summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 16:42:27 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-12 16:42:27 +0100
commit0963e5706d78d0ae7446ea91af986de1e196eb39 (patch)
tree42fd6d064dc5b516d767b41c447b7701ec3e323f
parentaf29f0d6158b8323c7b249f12e55ea52a35128d4 (diff)
downloadsupple-0963e5706d78d0ae7446ea91af986de1e196eb39.tar.gz
Morphology and module updatebaserock/morph
-rw-r--r--.gitmodules2
-rw-r--r--supple.morph13
2 files changed, 14 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 8f93b7c..36b4c4a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "extras/luacov"]
path = extras/luacov
- url = git://git.gitano.org.uk/luacov.git
+ url = upstream:gitano/luacov
diff --git a/supple.morph b/supple.morph
new file mode 100644
index 0000000..d84f7f6
--- /dev/null
+++ b/supple.morph
@@ -0,0 +1,13 @@
+{
+ "name": "supple",
+ "description": "Sandbox (for) Untrusted Procedure Partitioning (in) Lua Engine.",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+