redox/recipes/liborbital/recipe.sh
2018-11-10 13:28:57 -07:00

8 lines
166 B
Bash

GIT=https://gitlab.redox-os.org/redox-os/liborbital.git
function recipe_stage {
dest="$(realpath $1)"
make HOST="$HOST" DESTDIR="$dest" install
skip=1
}