redox/recipes/orbclient/recipe.sh
2019-07-11 11:03:51 -06:00

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
}