diff --git a/recipes/liborbital/recipe.sh b/recipes/liborbital/recipe.sh
new file mode 100644
index 0000000000000000000000000000000000000000..1c4e2bf6d45e14b3d823fad3b80384b61ec6fe9c
--- /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
+}