summaryrefslogtreecommitdiff
path: root/homebrew/crushtools/.beer
blob: 6360d7afd85f132a2e6261836e83b0ff6dfd6b28 (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
{
    "name": "CrushTools",
    "description": "Command-line tools for processing delimited text data",
    "url": "https://github.com/google/crush-tools/releases/download/20150716/crush-tools-20150716.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/google/crush-tools",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pcre",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "aggregate",
            "reason": "both install an `aggregate` binary"
        },
        {
            "conflict": "num-utils",
            "reason": "both install an `range` binary"
        }
    ],
    "patches": [],
    "install": [
        "system \"./bootstrap\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "20150716",
    "file": "crush-tools.rb"
}