diff options
Diffstat (limited to 'homebrew/launchdns/.beer')
-rw-r--r-- | homebrew/launchdns/.beer | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/launchdns/.beer b/homebrew/launchdns/.beer new file mode 100644 index 000000000..834c53bc4 --- /dev/null +++ b/homebrew/launchdns/.beer @@ -0,0 +1,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" +}
\ No newline at end of file |