mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
11 lines
256 B
Bash
11 lines
256 B
Bash
GIT=https://github.com/jackpot51/pixelcannon.git
|
|
BINDIR=/ui/bin
|
|
DEPENDS="orbital"
|
|
|
|
function recipe_stage {
|
|
mkdir -pv "$1/apps/pixelcannon"
|
|
cp -Rv assets "$1/apps/pixelcannon"
|
|
mkdir -pv "$1/ui/apps"
|
|
cp -v manifest "$1/ui/apps/pixelcannon"
|
|
}
|