diff options
Diffstat (limited to 'homebrew/dnsmasq/.beer')
-rw-r--r-- | homebrew/dnsmasq/.beer | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/dnsmasq/.beer b/homebrew/dnsmasq/.beer new file mode 100644 index 000000000..9f40b25ff --- /dev/null +++ b/homebrew/dnsmasq/.beer @@ -0,0 +1,24 @@ +{ + "name": "Dnsmasq", + "description": "Lightweight DNS forwarder and DHCP server", + "url": "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.80.tar.gz", + "mirror": null, + "homepage": "http://www.thekelleys.org.uk/dnsmasq/doc.html", + "depends": [ + { + "depend": "pkg-config", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "(var/\"lib/misc/dnsmasq\").mkpath", + "(var/\"run/dnsmasq\").mkpath", + "(etc/\"dnsmasq.d/ppp\").mkpath", + "(etc/\"dnsmasq.d/dhcpc\").mkpath" + ], + "version": "2.80", + "file": "dnsmasq.rb" +}
\ No newline at end of file |