mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
13 lines
259 B
Bash
Executable File
13 lines
259 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_build {
|
|
cd rustual-boy-cli
|
|
}
|
|
|
|
function recipe_stage {
|
|
mv rustual-boy-cli/target target
|
|
}
|