From 76d29f3e21cae5900955a84eda5dbe3320f49597 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Wed, 15 May 2013 16:57:46 +0100 Subject: Rename scripting.morph as lua.morph --- lua.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lua.morph (limited to 'lua.morph') diff --git a/lua.morph b/lua.morph new file mode 100644 index 0000000..299e1f3 --- /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": [] + } + ] +} -- cgit v1.2.1