From 5b78bf1d6c134cd6a2f23ed4fbd935ea9610c26a Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 13 Jul 2017 21:55:52 -0600 Subject: [PATCH] Add pastel recipe --- recipes/pastel/recipe.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/pastel/recipe.sh diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh new file mode 100644 index 000000000..6529f4776 --- /dev/null +++ b/recipes/pastel/recipe.sh @@ -0,0 +1,6 @@ +GIT=https://github.com/robbycerantola/pastel.git + + +function recipe_stage { + cp -rv res "$1/ui/pastel" +} -- GitLab