mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
16 lines
286 B
Bash
Executable File
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
|
|
}
|