diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh index 6463a1f384710b87fac2f9cd7981e90c68c29db6..ad0f34be2e4e572addfdf8a98fdded72df08217d 100644 --- a/recipes/pastel/recipe.sh +++ b/recipes/pastel/recipe.sh @@ -1,7 +1,15 @@ GIT=https://github.com/robbycerantola/pastel.git - +BINDIR=/ui/bin function recipe_stage { - mkdir "$1/ui" - cp -rv res "$1/ui/pastel" + mkdir "$1/ui" + cp -rv res "$1/ui/pastel" + mkdir "$1/ui/apps" + cat > "$1/ui/apps/pastel" <<-EOF + name=Pastel + binary=/ui/bin/pastel + icon=/ui/pastel/accessories-bitmap-editor.png + author=Robby Cerantola + description=Bitmap Editor + EOF }