summaryrefslogtreecommitdiff
path: root/homebrew/aide/.beer
blob: 12bcd5eac04df459cf3dd7e7e38f4469c7ba4044 (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
{
    "name": "Aide",
    "description": "File and directory integrity checker",
    "url": "https://github.com/aide/aide/releases/download/v0.16.1/aide-0.16.1.tar.gz",
    "mirror": null,
    "homepage": "https://aide.github.io/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libgcrypt",
            "build-depend": false
        },
        {
            "depend": "libgpg-error",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"sh\", \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--disable-lfs\",",
        "\"--disable-static\",",
        "\"--with-curl\",",
        "\"--with-zlib\",",
        "\"--sysconfdir=#{etc}\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.16.1",
    "file": "aide.rb"
}