homebrew-core/Formula/grepcidr.rb
Adam Vandenberg f7b2458ef5 grepcidr 2.0
2014-05-26 08:09:23 -07:00

12 lines
279 B
Ruby

require "formula"
class Grepcidr < Formula
homepage "http://www.pc-tools.net/unix/grepcidr/"
url "http://www.pc-tools.net/files/unix/grepcidr-2.0.tar.gz"
sha1 "5ec8cf18acbf92851b632d297b9fd6ee77c523ba"
def install
system "make"
bin.install "grepcidr"
end
end