From 7d6529d6c0341d2a8e5a92bc0866671f23cb5264 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 19 Jul 2017 19:32:28 -0600
Subject: [PATCH] Add manifest for Pastel, place in /ui/bin

---
 recipes/pastel/recipe.sh | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh
index 6463a1f38..ad0f34be2 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
 }
-- 
GitLab