ip_relay 0.71

Closes Homebrew/homebrew#19716.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
tinogomes 2013-05-10 11:31:57 -03:00 committed by Adam Vandenberg
parent 8c3adf4d59
commit ef371abaee

11
Formula/ip_relay.rb Normal file
View file

@ -0,0 +1,11 @@
require 'formula'
class IpRelay < Formula
homepage 'http://www.stewart.com.au/ip_relay/'
url 'http://www.stewart.com.au/ip_relay/ip_relay-0.71.tgz'
sha1 '6644476f6b154218c77053658537e45b56286248'
def install
bin.install "ip_relay.pl" => "ip_relay"
end
end