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