summaryrefslogtreecommitdiff
path: root/homebrew/darkstat/.beer
blob: d07257bd9e9a72429efe64e01c8fd5370a7e4e88 (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": "Darkstat",
    "description": "Network traffic analyzer",
    "url": "https://unix4lyfe.org/darkstat/darkstat-3.0.719.tar.bz2",
    "mirror": null,
    "homepage": "https://unix4lyfe.org/darkstat/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/442ce4a5/darkstat/clock_gettime.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"autoreconf\", \"-iv\" if build.head?",
        "system \"./configure\", \"--disable-debug\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "3.0.719",
    "file": "darkstat.rb"
}