New formula: wbox
Closes Homebrew/homebrew#8210. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
369871ce25
commit
f384558e11
1 changed files with 16 additions and 0 deletions
16
Formula/wbox.rb
Normal file
16
Formula/wbox.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Wbox < Formula
|
||||
url 'http://hping.org/wbox/wbox-5.tar.gz'
|
||||
homepage 'http://hping.org/wbox/'
|
||||
md5 'a95ca2c69982db10704b5ed482c9c722'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "wbox"
|
||||
end
|
||||
|
||||
def test
|
||||
system "wbox www.google.com 1"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue