summaryrefslogtreecommitdiff
path: root/baserock/strata/devtools/vim.morph
blob: 58e1403f67e21b787d7ce34a710449b2a0919804 (plain)
1
2
3
4
5
6
7
8
9
10
name: vim
kind: chunk
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