homebrew-core/Formula/arpoison.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

20 lines
555 B
Ruby

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"
bin.install "arpoison"
end
end