homebrew-core/Formula/grepcidr.rb

13 lines
279 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Grepcidr < Formula
homepage 'http://www.pc-tools.net/unix/grepcidr/'
2013-01-28 02:57:43 +00:00
url 'http://www.pc-tools.net/files/unix/grepcidr-1.3.tar.gz'
sha1 '36245b1efe497ecbe3928d2b2c6db68c0a52d179'
def install
system "make"
bin.install 'grepcidr'
end
end