summaryrefslogtreecommitdiff
path: root/homebrew/goaccess/.beer
blob: f263eb368b0f98560691ac4ab71095b14bece261 (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
45
46
47
48
49
{
    "name": "Goaccess",
    "description": "Log analyzer and interactive viewer for the Apache Webserver",
    "url": "https://tar.goaccess.io/goaccess-1.3.tar.gz",
    "mirror": null,
    "homepage": "https://goaccess.io/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "libmaxminddb",
            "build-depend": false
        },
        {
            "depend": "tokyo-cabinet",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append_path \"PATH\", Formula[\"gettext\"].bin",
        "system \"autoreconf\", \"-vfi\"",
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--enable-utf8",
        "--enable-tcb=btree",
        "--enable-geoip=mmdb",
        "--with-libintl-prefix=#{Formula[\"gettext\"].opt_prefix}",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "1.3",
    "file": "goaccess.rb"
}