ip_relay 0.71
Closes Homebrew/homebrew#19716. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8c3adf4d59
commit
ef371abaee
1 changed files with 11 additions and 0 deletions
11
Formula/ip_relay.rb
Normal file
11
Formula/ip_relay.rb
Normal 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
|
Loading…
Reference in a new issue