redox/recipes/pixelcannon/recipe.sh
Tibor Nagy a61842d225 Add Orbital as a runtime dependency for the GUI apps
And also make Orbital depend on the orbdata package
2018-03-29 00:22:52 +02:00

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"
}