summaryrefslogtreecommitdiff
path: root/homebrew/ucspitcp/.beer
blob: bfb3191c9296cbfd2d5dff3dd1b6858c00cf9cc9 (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": "UcspiTcp",
    "description": "Tools for building TCP client-server applications",
    "url": "https://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz",
    "mirror": null,
    "homepage": "https://cr.yp.to/ucspi-tcp.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/homebrew/patches/2b3e4da/ucspi-tcp/patch-0.88-ipv6.diff",
            "strip": "1"
        }
    ],
    "install": [
        "(buildpath/\"conf-home\").unlink",
        "(buildpath/\"conf-home\").write prefix",
        "system \"make\"",
        "bin.mkpath",
        "system \"make\", \"setup\"",
        "system \"make\", \"check\"",
        "share.install prefix/\"man\""
    ],
    "version": "0.88",
    "file": "ucspi-tcp.rb"
}