summaryrefslogtreecommitdiff
path: root/chunks/vim.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/vim.morph')
-rw-r--r--chunks/vim.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/chunks/vim.morph b/chunks/vim.morph
new file mode 100644
index 00000000..f59c25f5
--- /dev/null
+++ b/chunks/vim.morph
@@ -0,0 +1,12 @@
+name: vim
+kind: chunk
+repo: upstream:vim
+ref: 592b8c975bf83b4dcf608769bc664a80cb1daf9e
+build-system: autotools
+configure-commands:
+- echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >>src/feature.h
+- ./configure --prefix="$PREFIX" --enable-multibyte
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- mkdir -p "$DESTDIR"/etc
+- install -m 644 runtime/vimrc_example.vim "$DESTDIR"/etc/vimrc