summaryrefslogtreecommitdiff
path: root/homebrew/nvi/.beer
blob: 4aad1cd0432f136f072a6160017ea83e62990e8f (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
    "name": "Nvi",
    "description": "44BSD re-implementation of vi",
    "url": "https://deb.debian.org/debian/pool/main/n/nvi/nvi_1.81.6.orig.tar.gz",
    "mirror": null,
    "homepage": "https://sites.google.com/a/bostic.com/keithbostic/vi/",
    "depends": [
        {
            "depend": "xz",
            "build-depend": false
        },
        {
            "depend": "berkeley-db",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/8ef45e8b/nvi/patch-common__db.h",
            "strip": "0"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/8ef45e8b/nvi/patch-dist__port.h.in",
            "strip": "0"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/8ef45e8b/nvi/patch-ex_script.c.diff",
            "strip": "0"
        },
        {
            "url": "https://deb.debian.org/debian/pool/main/n/nvi/nvi_1.81.6-13.debian.tar.xz",
            "strip": "1"
        }
    ],
    "install": [
        "cd \"dist\" do",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--program-prefix=n\",",
        "\"--disable-dependency-tracking\"",
        "system \"make\"",
        "ENV.deparallelize",
        "system \"make\", \"install\""
    ],
    "version": "1.81.6",
    "file": "nvi.rb"
}