diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh new file mode 100644 index 0000000000000000000000000000000000000000..6529f47768ca0932feb935d5bc1f4e74e8d8b1eb --- /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" +}