Add periodictable recipe

This commit is contained in:
Tibor Nagy 2017-11-07 19:51:31 +01:00
parent 3cf3bfa995
commit 0ef086873c

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"
}