Move tcpurify to the boneyard
Closes Homebrew/homebrew#37069. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ba7b87f67d
commit
d51cd1fbcd
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
require 'formula'
|
||||
|
||||
class Tcpurify < Formula
|
||||
homepage 'http://irg.cs.ohiou.edu/~eblanton/tcpurify/'
|
||||
url 'http://irg.cs.ohiou.edu/~eblanton/tcpurify/tcpurify-0.11.2.tar.gz'
|
||||
sha1 'd095de38e264afd40de6f2d7c35609a3fab4c92a'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/tcpurify", "-v"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue