summaryrefslogtreecommitdiff
path: root/homebrew/zmap/.beer
blob: b17a2057d3432d03a2f0ad9043fef71f514456b5 (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": "Zmap",
    "description": "Network scanner for Internet-wide network studies",
    "url": "https://github.com/zmap/zmap/archive/v2.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://zmap.io",
    "depends": [
        {
            "depend": "byacc",
            "build-depend": true
        },
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "gengetopt",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gmp",
            "build-depend": false
        },
        {
            "depend": "json-c",
            "build-depend": false
        },
        {
            "depend": "libdnet",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace [\"conf/zmap.conf\", \"src/zmap.c\", \"src/zopt.ggo.in\"], \"/etc\", etc",
        "system \"cmake\", \".\", *std_cmake_args, \"-DENABLE_DEVELOPMENT=OFF\",",
        "\"-DRESPECT_INSTALL_PREFIX_CONFIG=ON\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.1.1",
    "file": "zmap.rb"
}