homebrew-core/Formula/dnsmap.rb

11 lines
388 B
Ruby
Raw Normal View History

2011-03-10 05:11:03 +00:00
class Dnsmap < Formula
desc "Passive DNS network mapper (a.k.a. subdomains bruteforcer)"
homepage "https://code.google.com/p/dnsmap/"
url "https://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz"
sha256 "fcf03a7b269b51121920ac49f7d450241306cfff23c76f3da94b03792f6becbc"
def install
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "BINDIR=#{bin}", "install"
end
end