summaryrefslogtreecommitdiff
path: root/homebrew/ascii/.beer
blob: 02e3516d0503700e87e860b1808410f8dbb0faee (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
{
    "name": "Ascii",
    "description": "List ASCII idiomatic names and octal/decimal code-point forms",
    "url": "http://www.catb.org/~esr/ascii/ascii-3.18.tar.gz",
    "mirror": null,
    "homepage": "http://www.catb.org/~esr/ascii/",
    "depends": [
        {
            "depend": "xmlto",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\" if build.head?",
        "bin.mkpath",
        "man1.mkpath",
        "system \"make\"",
        "system \"make\", \"PREFIX=#{prefix}\", \"install\""
    ],
    "version": "3.18",
    "file": "ascii.rb"
}