summaryrefslogtreecommitdiff
path: root/lace.morph
diff options
context:
space:
mode:
Diffstat (limited to 'lace.morph')
-rw-r--r--lace.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/lace.morph b/lace.morph
new file mode 100644
index 0000000..34b70ff
--- /dev/null
+++ b/lace.morph
@@ -0,0 +1,13 @@
+{
+ "name": "lace",
+ "description": "Lua Access Control Engine.",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+