aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authortinogomes2013-05-10 11:31:57 -0300
committerAdam Vandenberg2013-05-21 20:58:43 -0700
commit5a38917d344abd48e655901f8eed1df645fc03ed (patch)
treee3584f6b2859eec6c273c2a4c598bc2ace2ed617 /Library
parent07c53b89971379acdb48e41608084c4d49093880 (diff)
downloadhomebrew-5a38917d344abd48e655901f8eed1df645fc03ed.tar.bz2
ip_relay 0.71
Closes #19716. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ip_relay.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/ip_relay.rb b/Library/Formula/ip_relay.rb
new file mode 100644
index 000000000..7f1422881
--- /dev/null
+++ b/Library/Formula/ip_relay.rb
@@ -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