summaryrefslogtreecommitdiff
path: root/homebrew/par/.beer
blob: c02ef87a6c51418e30993e6d512809fffe5fbfe6 (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": "Par",
    "description": "Paragraph reflow for email",
    "url": "http://www.nicemice.net/par/Par152.tar.gz",
    "mirror": null,
    "homepage": "http://www.nicemice.net/par/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "rancid",
            "reason": "both install `par` binaries"
        }
    ],
    "patches": [
        {
            "url": "http://sysmic.org/dl/par/par-1.52-i18n.4.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\", \"-f\", \"protoMakefile\"",
        "bin.install \"par\"",
        "man1.install gzip(\"par.1\")"
    ],
    "version": "152",
    "file": "par.rb"
}