From 9d5f1ebd2745231a104d6c012026716419a132e4 Mon Sep 17 00:00:00 2001 From: Tibor Nagy <xnagytibor@gmail.com> Date: Thu, 26 Apr 2018 02:30:31 +0200 Subject: [PATCH] Add liborbital recipe --- recipes/liborbital/recipe.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/liborbital/recipe.sh diff --git a/recipes/liborbital/recipe.sh b/recipes/liborbital/recipe.sh new file mode 100644 index 000000000..1c4e2bf6d --- /dev/null +++ b/recipes/liborbital/recipe.sh @@ -0,0 +1,7 @@ +GIT=https://github.com/xtibor/liborbital + +function recipe_stage { + dest="$(realpath $1)" + make HOST="$HOST" DESTDIR="$dest" install + skip=1 +} -- GitLab