summaryrefslogtreecommitdiff
path: root/homebrew/zmqpp/.beer
blob: b53c4bd9e608d0b3a7561b339af0b284302347d1 (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
{
    "name": "Zmqpp",
    "description": "High-level C++ binding for zeromq",
    "url": "https://github.com/zeromq/zmqpp/archive/4.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://zeromq.github.io/zmqpp/",
    "depends": [
        {
            "depend": "doxygen",
            "build-depend": true
        },
        {
            "depend": "zeromq",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"make\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
        "system \"doxygen\"",
        "(doc/\"html\").install Dir[\"docs/html/*.html\"]"
    ],
    "version": "4.2.0",
    "file": "zmqpp.rb"
}