homebrew-core/Formula/arpoison.rb

21 lines
555 B
Ruby
Raw Normal View History

2011-03-10 05:11:03 +00:00
class Arpoison < Formula
desc "UNIX arp cache update utility"
homepage "http://www.arpoison.net/"
url "http://www.arpoison.net/arpoison-0.7.tar.gz"
sha256 "63571633826e413a9bdaab760425d0fab76abaf71a2b7ff6a00d1de53d83e741"
bottle do
cellar :any
sha1 "e350e47d43c370aa48cb2bfb944cff1723ab500d" => :mavericks
sha1 "3fbfa7b1e1a21d1bdd8c61b2aefb84aca7dc91f6" => :mountain_lion
sha1 "465efcfc1778734810c249a71892d062eaf41b45" => :lion
end
depends_on "libnet"
def install
system "make"
2010-02-15 22:47:54 +00:00
bin.install "arpoison"
end
end