summaryrefslogtreecommitdiff
path: root/homebrew/coturn/.beer
blob: e794cf4d9c7ac9187977dd1bf4b3fb3d577de3d0 (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
{
    "name": "Coturn",
    "description": "Free open source implementation of TURN and STUN Server",
    "url": "http://turnserver.open-sys.org/downloads/v4.5.1.1/turnserver-4.5.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/coturn/coturn",
    "depends": [
        {
            "depend": "libevent",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--mandir=#{man}\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "4.5.1.1",
    "file": "coturn.rb"
}