New formula httping
Httping is like 'ping' but for http-requests. Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
282827959c
commit
d4bf272951
1 changed files with 11 additions and 0 deletions
11
Formula/httping.rb
Normal file
11
Formula/httping.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Httping <Formula
|
||||
url 'http://www.vanheusden.com/httping/httping-1.4.1.tgz'
|
||||
homepage 'http://www.vanheusden.com/httping/'
|
||||
md5 'bde1ff3c01343d2371d8f34fbf8a1d9a'
|
||||
|
||||
def install
|
||||
system "make install PREFIX=#{prefix}"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue