summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 22:23:25 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 22:23:25 +0000
commit0f0ed46e70967365c851243663689e156fe1b7b5 (patch)
treedd22a8e78de4f9517910a9993e00547e97449a5c
parent30b0e987c025eaa05e4cdc66189db8bbce44cd3e (diff)
downloadleveldb-baserock/morph.tar.gz
Add a morph file.baserock/morph
-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"
+ ]
+}