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:
R.T. Lechow 2010-01-16 20:13:10 -05:00 committed by David Höppner
parent 282827959c
commit d4bf272951

11
Formula/httping.rb Normal file
View 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