summaryrefslogtreecommitdiff
path: root/homebrew/ctail/.beer
blob: 87df8a200a77e0a0d832e8fda7a78616710e1059 (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
{
    "name": "Ctail",
    "description": "Tool for operating tail across large clusters of machines",
    "url": "https://github.com/pquerna/ctail/archive/ctail-0.1.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/pquerna/ctail",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "apr",
            "build-depend": false
        },
        {
            "depend": "apr-util",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "byobu",
            "reason": "both install `ctail` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\",",
        "\"--prefix=#{prefix}\",",
        "\"--disable-debug\",",
        "\"--with-apr=#{Formula[\"apr\"].opt_bin}\",",
        "\"--with-apr-util=#{Formula[\"apr-util\"].opt_bin}\"",
        "system \"make\", \"LIBTOOL=glibtool --tag=CC\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.0",
    "file": "ctail.rb"
}