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

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

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