summaryrefslogtreecommitdiff
path: root/homebrew/src/.beer
blob: 383064e37da73f8931ee9569d77244ddd8cfd630 (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
{
    "name": "Src",
    "description": "Simple revision control: RCS reloaded with a modern UI",
    "url": "http://www.catb.org/~esr/src/src-1.18.tar.gz",
    "mirror": null,
    "homepage": "http://www.catb.org/~esr/src/",
    "depends": [
        {
            "depend": "asciidoc",
            "build-depend": true
        },
        {
            "depend": "rcs",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "srclib",
            "reason": "both install a "
        }
    ],
    "patches": [],
    "install": [
        "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\" if build.head?",
        "system \"make\", \"install\", \"prefix=#{prefix}\""
    ],
    "version": "1.18",
    "file": "src.rb"
}