mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Add gigalomania manifest and icon
This commit is contained in:
parent
693b94e7f6
commit
4efdc2af96
4
recipes/gigalomania/manifest
Normal file
4
recipes/gigalomania/manifest
Normal file
@ -0,0 +1,4 @@
|
||||
name=Gigalomania
|
||||
binary=/games/gigalomania/gigalomania
|
||||
icon=/ui/icons/apps/gigalomania.png
|
||||
|
||||
@ -28,5 +28,12 @@ function recipe_stage {
|
||||
|
||||
"$REDOX_MAKE" VERBOSE=1 DESTDIR="$dest" install
|
||||
rm -rf "$bundledir"
|
||||
|
||||
mkdir -pv "$1/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "$1/ui/apps/gigalomania"
|
||||
|
||||
mkdir -pv "$1/ui/icons/apps"
|
||||
cp -v "gigalomania64.png" "$1/ui/icons/apps/gigalomania.png"
|
||||
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user