summaryrefslogtreecommitdiff
path: root/homebrew/tin/.beer
blob: 7560b4fae50d1d29b2f2084f8f2a194df813482b (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
{
    "name": "Tin",
    "description": "Threaded, NNTP-, and spool-based UseNet newsreader",
    "url": "http://ftp.cuhk.edu.hk/pub/packages/news/tin/v2.4/tin-2.4.2.tar.gz",
    "mirror": null,
    "homepage": "http://www.tin.org",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "mutt",
            "reason": "both install mmdf.5 and mbox.5 man pages"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"build\"",
        "system \"make\", \"install\""
    ],
    "version": "2.4.2",
    "file": "tin.rb"
}