Merge pull request #99 from xTibor/periodictable

Add periodictable recipe
This commit is contained in:
Jeremy Soller 2017-11-07 12:06:54 -07:00 committed by GitHub
commit 59bbdc3314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
GIT=https://github.com/xtibor/periodictable.git
BINDIR="/ui/bin"
function recipe_stage {
mkdir -pv "$1/ui/apps"
cp -v pkg/manifest "$1/ui/apps/periodictable"
mkdir -pv "$1/ui/icons"
cp -v pkg/icon.png "$1/ui/icons/periodictable.png"
}