summaryrefslogtreecommitdiff
path: root/homebrew/zzuf/.beer
blob: 8015f2f13e1582135673abdb7eee15fca7657c0f (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
{
    "name": "Zzuf",
    "description": "Transparent application input fuzzer",
    "url": "https://github.com/samhocevar/zzuf/releases/download/v0.15/zzuf-0.15.tar.bz2",
    "mirror": null,
    "homepage": "http://caca.zoy.org/wiki/zzuf",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./bootstrap\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.15",
    "file": "zzuf.rb"
}