From 0ef086873c7dc581f8b43a8d85141e2c9f2163cf Mon Sep 17 00:00:00 2001 From: Tibor Nagy <xnagytibor@gmail.com> Date: Tue, 7 Nov 2017 19:51:31 +0100 Subject: [PATCH] Add periodictable recipe --- recipes/periodictable/recipe.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/periodictable/recipe.sh diff --git a/recipes/periodictable/recipe.sh b/recipes/periodictable/recipe.sh new file mode 100644 index 000000000..0285710d1 --- /dev/null +++ b/recipes/periodictable/recipe.sh @@ -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" +} + -- GitLab