summaryrefslogtreecommitdiff
path: root/homebrew/btpd/.beer
blob: 2d9819a4e5d4fd4729721612373cceef4f236f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Btpd",
    "description": "BitTorrent Protocol Daemon",
    "url": "https://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/btpd/btpd",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.16",
    "file": "btpd.rb"
}