summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leveldb.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/leveldb.morph b/leveldb.morph
new file mode 100644
index 0000000..01719e7
--- /dev/null
+++ b/leveldb.morph
@@ -0,0 +1,10 @@
+{
+ "name": "leveldb",
+ "kind": "chunk",
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "./install.sh"
+ ]
+}