aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grepcidr.rb
blob: 64cd0a77a74d3ea81df3eac63306ff34b53d4292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Grepcidr < Formula
  url 'http://www.pc-tools.net/files/unix/grepcidr-1.3.tar.gz'
  homepage 'http://www.pc-tools.net/unix/grepcidr/'
  sha1 '36245b1efe497ecbe3928d2b2c6db68c0a52d179'

  def install
    system "make"
    bin.install 'grepcidr'
  end
end