summaryrefslogtreecommitdiff
path: root/supple.morph
diff options
context:
space:
mode:
Diffstat (limited to 'supple.morph')
-rw-r--r--supple.morph13
1 files changed, 13 insertions, 0 deletions
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"
+ ]
+}
+