Move agrep to homebrew-boneyard

Closes Homebrew/homebrew#10140.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-05-26 19:20:24 -05:00
parent 1ae39aa335
commit 1ab5a1ae24
1 changed files with 0 additions and 13 deletions

View File

@ -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