aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/agrep.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/agrep.rb b/Library/Formula/agrep.rb
deleted file mode 100644
index 70ccfadec..000000000
--- a/Library/Formula/agrep.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'formula'
-
-class Agrep < Formula
- homepage 'http://en.wikipedia.org/wiki/Agrep'
- url 'ftp://ftp.cs.arizona.edu/agrep/agrep-2.04.tar.Z'
- md5 'abc645404d3926a57c3f5e86a6e89ee9'
-
- def install
- system "make", "CFLAGS=#{ENV.cflags}"
- bin.install "agrep"
- man1.install "agrep.1"
- end
-end