summaryrefslogtreecommitdiff
path: root/homebrew/ucommon/.beer
blob: ee079802cd55b4a2a3ec0a77bd2d5a17d02fd8aa (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
{
    "name": "Ucommon",
    "description": "GNU C++ runtime library for threads, sockets, and parsing",
    "url": "https://ftp.gnu.org/gnu/commonc++/ucommon-7.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.gnu.org/software/commoncpp/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gnutls",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/77f0d9d2/ucommon/cachelinesize.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\", \"--enable-socks\",",
        "\"--with-sslstack=gnutls\", \"--with-pkg-config\"",
        "system \"make\", \"install\""
    ],
    "version": "7.0.0",
    "file": "ucommon.rb"
}