summaryrefslogtreecommitdiff
path: root/homebrew/launchdns/.beer
blob: 834c53bc4e087826fc455e796bc4a2f64a8ee204 (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
{
    "name": "Launchdns",
    "description": "Mini DNS server designed solely to route queries to localhost",
    "url": "https://github.com/josh/launchdns/archive/v1.0.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/josh/launchdns",
    "depends": [
        {
            "depend": "macos",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"PREFIX\"] = prefix",
        "system \"./configure\", \"--with-launch-h\", \"--with-launch-h-activate-socket\"",
        "system \"make\", \"install\"",
        "(prefix/\"etc/resolver/localhost\").write(\"nameserver 127.0.0.1\\nport 55353\\n\")"
    ],
    "version": "1.0.3",
    "file": "launchdns.rb"
}