aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/grepcidr.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/grepcidr.rb b/Library/Formula/grepcidr.rb
new file mode 100644
index 000000000..b1c30e27b
--- /dev/null
+++ b/Library/Formula/grepcidr.rb
@@ -0,0 +1,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/'
+ md5 '7ccade25ce9fe6d6a02348ba8e4cf4a3'
+
+ def install
+ system "make"
+ bin.install 'grepcidr'
+ end
+end