summaryrefslogtreecommitdiff
path: root/homebrew/subnetcalc/.beer
blob: ff3a331949a866a9c2cc681cbe636ef7f6230e31 (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
{
    "name": "Subnetcalc",
    "description": "IPv4/IPv6 subnet calculator",
    "url": "https://www.uni-due.de/~be0001/subnetcalc/download/subnetcalc-2.4.9.tar.gz",
    "mirror": null,
    "homepage": "https://www.uni-due.de/~be0001/subnetcalc/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "geoip",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "2.4.9",
    "file": "subnetcalc.rb"
}