summaryrefslogtreecommitdiff
path: root/homebrew/inspircd/.beer
blob: 0b96d257578c33b13f92f07099c34583db6d5a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Inspircd",
    "description": "Modular C++ Internet Relay Chat daemon",
    "url": "https://github.com/inspircd/inspircd/archive/v2.0.27.tar.gz",
    "mirror": null,
    "homepage": "https://www.inspircd.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"#{prefix}/org.inspircd.plist\", \"ircdaemon\", ENV[\"USER\"]"
    ],
    "version": "2.0.27",
    "file": "inspircd.rb"
}