summaryrefslogtreecommitdiff
path: root/homebrew/html2text/.beer
blob: 58ba5e89be587175394d4418c7070d82a4ba25c5 (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
{
    "name": "Html2text",
    "description": "Advanced HTML-to-text converter",
    "url": "http://www.mbayer.de/html2text/downloads/html2text-1.3.2a.tar.gz",
    "mirror": null,
    "homepage": "http://www.mbayer.de/html2text/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "http://www.mbayer.de/html2text/downloads/patch-utf8-html2text-1.3.2a.diff",
            "strip": "1"
        }
    ],
    "install": [
        "inreplace \"configure\",",
        "'for i in \"CC\" \"g++\" \"cc\" \"$CC\"; do',",
        "'for i in \"g++\"; do'",
        "system \"./configure\"",
        "system \"make\", \"all\"",
        "bin.install \"html2text\"",
        "man1.install \"html2text.1.gz\"",
        "man5.install \"html2textrc.5.gz\""
    ],
    "version": "1.3.2",
    "file": "html2text.rb"
}