mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
11 lines
251 B
Bash
11 lines
251 B
Bash
|
|
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
|
|
}
|