summaryrefslogtreecommitdiff
path: root/lua.morph
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-15 16:57:46 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-16 11:56:58 +0100
commit76d29f3e21cae5900955a84eda5dbe3320f49597 (patch)
treea07d1722782778b2deba11fe7c62cbeabe73811c /lua.morph
parentcb034ee1ce15fbef4775f65351cabf867819c443 (diff)
downloaddefinitions-76d29f3e21cae5900955a84eda5dbe3320f49597.tar.gz
Rename scripting.morph as lua.morph
Diffstat (limited to 'lua.morph')
-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": []
+ }
+ ]
+}