summaryrefslogtreecommitdiff
path: root/homebrew/dnsmap/.beer
blob: bc65fc7d273feda1bf48973b515e4fe4e5f64049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Dnsmap",
    "description": "Passive DNS network mapper (a.k.a. subdomains bruteforcer)",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dnsmap/dnsmap-0.30.tar.gz",
    "mirror": null,
    "homepage": "https://code.google.com/archive/p/dnsmap/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\",",
        "\"BINDIR=#{bin}\", \"install\""
    ],
    "version": "0.30",
    "file": "dnsmap.rb"
}