redox/recipes/rustual-boy/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

16 lines
286 B
Bash
Executable File

GIT=https://github.com/redox-os/rustual-boy.git
GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git
DEPENDS="orbital"
function recipe_update {
cd rustual-boy-cli
}
function recipe_build {
cd rustual-boy-cli
}
function recipe_stage {
mv rustual-boy-cli/target target
}