summaryrefslogtreecommitdiff
path: root/homebrew/exvi/.beer
blob: 8bbb8498c27f0e7bf19da9f961b9da48b01b7270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "ExVi",
    "description": "UTF8-friendly version of tradition vi",
    "url": "https://downloads.sourceforge.net/project/ex-vi/ex-vi/050325/ex-050325.tar.bz2",
    "mirror": null,
    "homepage": "https://ex-vi.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "vim",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"INSTALL=/usr/bin/install\",",
        "\"PREFIX=#{prefix}\",",
        "\"PRESERVEDIR=/var/tmp/vi.recover\",",
        "\"TERMLIB=ncurses\""
    ],
    "version": "050325",
    "file": "ex-vi.rb"
}