From 9e503a302fc7943c1180fed2a28c87352f7c5853 Mon Sep 17 00:00:00 2001 From: Guyzmo Date: Wed, 16 Jan 2013 18:53:24 +0100 Subject: peervpn v0.029 Closes #16312. Signed-off-by: Adam Vandenberg --- Library/Formula/peervpn.rb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Library/Formula/peervpn.rb (limited to 'Library/Formula') diff --git a/Library/Formula/peervpn.rb b/Library/Formula/peervpn.rb new file mode 100644 index 000000000..91b6f2cb8 --- /dev/null +++ b/Library/Formula/peervpn.rb @@ -0,0 +1,30 @@ +require "formula" + +class Peervpn < Formula + homepage "http://www.peervpn.net" + url "http://www.peervpn.net/files/peervpn-0-029.tar.gz" + version "0.029" + sha1 "ebe2214aa002de2a7c1c69f257f8113c2b6ac8a7" + + depends_on "tuntap" + + def patches + "https://raw.github.com/gist/4170462/6460aa7cd015cc2a5f4128c5b1952b912073f5cd/freevpn0.029__platform__io.patch" + end if MacOS.version == :snow_leopard + + def install + system "make" + bin.install "peervpn" + etc.install "peervpn.conf" unless (etc/'peervpn.conf').exist? + end + + def caveats; <<-EOS.undent + To configure PeerVPN, edit: + #{etc}/peervpn.conf + EOS + end + + def test + system "#{bin}/peervpn" + end +end -- cgit v1.2.3