mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
Add rustual-boy recipe
This commit is contained in:
parent
1a67b4b2ff
commit
ff577e7dc3
14
recipes/rustual-boy/recipe.sh
Executable file
14
recipes/rustual-boy/recipe.sh
Executable file
@ -0,0 +1,14 @@
|
||||
GIT=https://github.com/xtibor/rustual-boy.git
|
||||
BRANCH=redox
|
||||
|
||||
function recipe_update {
|
||||
cd rustual-boy-cli
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
cd rustual-boy-cli
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
mv rustual-boy-cli/target target
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user