summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-17 15:22:47 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-17 15:22:55 +0000
commit71854c76dc3df749f1a43c422e84471571ec5caf (patch)
tree52eafb621bcd6f9a694ceef977d2376c1a148f0c
parent15a1e5bf005659ad6838f7187459537d050b780b (diff)
downloadvim-71854c76dc3df749f1a43c422e84471571ec5caf.tar.gz
add morph
-rw-r--r--vim.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim.morph b/vim.morph
new file mode 100644
index 00000000..fbd02a1e
--- /dev/null
+++ b/vim.morph
@@ -0,0 +1,13 @@
+{
+ "name": "vim",
+ "kind": "chunk",
+ "configure-commands": [
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}