mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add manifest for Pastel, place in /ui/bin
This commit is contained in:
parent
3d993e2408
commit
7d6529d6c0
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user