Add orbclient example recipe

This commit is contained in:
Jeremy Soller 2019-07-11 11:03:51 -06:00
parent 9bb5b2a8bf
commit 487d16424e
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View 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
}