summaryrefslogtreecommitdiff
path: root/homebrew/ircii/.beer
blob: cb316a7dcb51afe4b6c5128e4f27d7052e0e7d9d (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
{
    "name": "Ircii",
    "description": "IRC and ICB client",
    "url": "https://ircii.warped.com/ircii-20190117.tar.bz2",
    "mirror": "https://deb.debian.org/debian/pool/main/i/ircii/ircii_20190117.orig.tar.bz2",
    "homepage": "http://www.eterna.com.au/ircii/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append \"LIBS\", \"-liconv\"",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-default-server=irc.freenode.net\",",
        "\"--enable-ipv6\"",
        "system \"make\"",
        "ENV.deparallelize",
        "system \"make\", \"install\""
    ],
    "version": "20190117",
    "file": "ircii.rb"
}