summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/lua.morph b/lua.morph
new file mode 100644
index 00000000..299e1f3f
--- /dev/null
+++ b/lua.morph
@@ -0,0 +1,20 @@
+{
+ "name": "lua",
+ "kind": "stratum",
+ "description": "Interpreter for the lua scripting language.",
+ "build-depends": [
+ {
+ "repo": "baserock:baserock/morphs",
+ "ref": "master",
+ "morph": "tools"
+ }
+ ],
+ "chunks": [
+ {
+ "name": "lua",
+ "repo": "upstream:lua",
+ "ref": "baserock/5.1-morph",
+ "build-depends": []
+ }
+ ]
+}