summaryrefslogtreecommitdiff
path: root/homebrew/minbif/.beer
blob: 6e8169f114d69a6407d352cfe05fa7ac3139d825 (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
{
    "name": "Minbif",
    "description": "IRC-to-other-IM-networks gateway using Pidgin library",
    "url": "https://mirrors.ocf.berkeley.edu/debian/pool/main/m/minbif/minbif_1.0.5+git20150505.orig.tar.gz",
    "mirror": "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/m/minbif/minbif_1.0.5+git20150505.orig.tar.gz",
    "homepage": "https://symlink.me/projects/minbif/wiki/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "gnutls",
            "build-depend": false
        },
        {
            "depend": "pidgin",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"minbif.conf\" do |s|",
        "s.gsub! \"users = /var\", \"users = #{var}\"",
        "s.gsub! \"motd = /etc\", \"motd = #{etc}\""
    ],
    "version": "1.0.5",
    "file": "minbif.rb"
}