summaryrefslogtreecommitdiff
path: root/homebrew/liblacewing/.beer
blob: 26a45678ea22af39161075525e2ec0f81b3384d3 (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
{
    "name": "Liblacewing",
    "description": "Cross-platform, high-level C/C++ networking library",
    "url": "https://github.com/udp/lacewing/archive/0.5.4.tar.gz",
    "mirror": null,
    "homepage": "https://udp.github.io/lacewing/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "mv \"#{lib}/liblacewing.dylib.0.5\", \"#{lib}/liblacewing.0.5.dylib\""
    ],
    "version": "0.5.4",
    "file": "liblacewing.rb"
}