summaryrefslogtreecommitdiff
path: root/vim.morph
blob: 599da7068a08e9a5984128beb5c2b28a2dc079ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "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"
    ]
}