summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/lua53.morph11
-rw-r--r--strata/lua53/lua53.morph9
2 files changed, 20 insertions, 0 deletions
diff --git a/strata/lua53.morph b/strata/lua53.morph
new file mode 100644
index 00000000..5cea88fb
--- /dev/null
+++ b/strata/lua53.morph
@@ -0,0 +1,11 @@
+name: lua53
+kind: stratum
+description: Interpreter for the lua 5.3 scripting language.
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: lua53
+ morph: strata/lua53/lua53.morph
+ repo: upstream:lua-github
+ ref: a7d799273a401040945826dbe1bd9edb8dab0662
+ unpetrify-ref: baserock/5.3.2
diff --git a/strata/lua53/lua53.morph b/strata/lua53/lua53.morph
new file mode 100644
index 00000000..c8c43d64
--- /dev/null
+++ b/strata/lua53/lua53.morph
@@ -0,0 +1,9 @@
+name: lua53
+kind: chunk
+build-system: manual
+build-commands:
+- make linux
+install-commands:
+- make INSTALL_TOP="$DESTDIR/$PREFIX" install
+- mkdir -p "$DESTDIR/$PREFIX/lib/pkgconfig/"
+- cp lua.pc "$DESTDIR/$PREFIX/lib/pkgconfig/"