summaryrefslogtreecommitdiff
path: root/homebrew/nanomsgxx/.beer
blob: 8a8414ea0bb6297e4473e1c9aa7e0a77ba11c4c5 (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
{
    "name": "Nanomsgxx",
    "description": "Nanomsg binding for C++11",
    "url": "https://github.com/achille-roussel/nanomsgxx/archive/0.2.tar.gz",
    "mirror": null,
    "homepage": "https://achille-roussel.github.io/nanomsgxx/doc/nanomsgxx.7.html",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "nanomsg",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--static",
        "--shared",
        "--prefix=#{prefix}",
        "]",
        "system \"python\", \"./waf\", \"configure\", *args",
        "system \"python\", \"./waf\", \"build\"",
        "system \"python\", \"./waf\", \"install\""
    ],
    "version": "0.2",
    "file": "nanomsgxx.rb"
}