summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luajit2.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/luajit2.morph b/luajit2.morph
new file mode 100644
index 00000000..b686a171
--- /dev/null
+++ b/luajit2.morph
@@ -0,0 +1,12 @@
+{
+ "name": "luajit2",
+ "description": "A Just-In-Time lua interpreter.",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make amalg PREFIX=\"$PREFIX\""
+ ],
+ "install-commands": [
+ "make PREFIX=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}