mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
17 lines
310 B
Bash
Executable File
17 lines
310 B
Bash
Executable File
GIT=https://gitlab.redox-os.org/redox-os/rustual-boy.git
|
|
GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git
|
|
BRANCH="redox"
|
|
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
|
|
}
|