Add liborbital recipe

This commit is contained in:
Tibor Nagy 2018-04-26 02:30:31 +02:00
parent 02e481e029
commit 9d5f1ebd27

View File

@ -0,0 +1,7 @@
GIT=https://github.com/xtibor/liborbital
function recipe_stage {
dest="$(realpath $1)"
make HOST="$HOST" DESTDIR="$dest" install
skip=1
}