mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add orbclient example recipe
This commit is contained in:
parent
9bb5b2a8bf
commit
487d16424e
10
recipes/orbclient/recipe.sh
Normal file
10
recipes/orbclient/recipe.sh
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
GIT=https://gitlab.redox-os.org/redox-os/orbclient.git
|
||||
CARGOFLAGS="--example simple"
|
||||
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
mkdir -pv "$dest/bin"
|
||||
cp -v "target/${TARGET}/release/examples/simple" "$dest/bin/orbclient"
|
||||
skip=1
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user