summaryrefslogtreecommitdiff
path: root/homebrew/pushpin/.beer
blob: 5ce572d9257f649bddc87b20b6c6006710a0de5d (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
34
35
36
37
38
39
40
41
42
43
44
{
    "name": "Pushpin",
    "description": "Reverse proxy for realtime web services",
    "url": "https://dl.bintray.com/fanout/source/pushpin-1.20.3.tar.bz2",
    "mirror": null,
    "homepage": "https://pushpin.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "mongrel2",
            "build-depend": false
        },
        {
            "depend": "qt",
            "build-depend": false
        },
        {
            "depend": "zeromq",
            "build-depend": false
        },
        {
            "depend": "zurl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--configdir=#{etc}\",",
        "\"--rundir=#{var}/run\",",
        "\"--logdir=#{var}/log\",",
        "\"--extraconf=QMAKE_MACOSX_DEPLOYMENT_TARGET=#{MacOS.version}\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "1.20.3",
    "file": "pushpin.rb"
}