summaryrefslogtreecommitdiff
path: root/homebrew/bitlbee/.beer
blob: e517ccf884743dd964101ed544fc56d2c332525e (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "name": "Bitlbee",
    "description": "IRC to other chat networks gateway",
    "url": "https://get.bitlbee.org/src/bitlbee-3.5.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.bitlbee.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "gnutls",
            "build-depend": false
        },
        {
            "depend": "libgcrypt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/bitlbee/bitlbee/commit/17a58dfa.patch?full_index=1",
            "strip": "1"
        },
        {
            "url": "https://github.com/bitlbee/bitlbee/commit/eb73d05e.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "(var/\"bitlbee/run\").mkpath",
        "(var/\"bitlbee/lib\").mkpath"
    ],
    "version": "3.5.1",
    "file": "bitlbee.rb"
}