Add pastel recipe

This commit is contained in:
Jeremy Soller 2017-07-13 21:55:52 -06:00
parent ded9e8c46c
commit 5b78bf1d6c

6
recipes/pastel/recipe.sh Normal file
View File

@ -0,0 +1,6 @@
GIT=https://github.com/robbycerantola/pastel.git
function recipe_stage {
cp -rv res "$1/ui/pastel"
}