Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
macosvpn 0.1.4 (new formula)
Browse files Browse the repository at this point in the history
Closes #49051.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
MatzFan authored and DomT4 committed Feb 13, 2016
1 parent dde9f25 commit a397e11
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/macosvpn.rb
@@ -0,0 +1,17 @@
class Macosvpn < Formula
desc "Create Mac OS VPNs programmatically"
homepage "https://github.com/halo/macosvpn"
url "https://github.com/halo/macosvpn/archive/0.1.4.tar.gz"
sha256 "577a93fff84a6076a4f53da0406ee712522f37e88c1857ad54686b7b7d936fcb"

depends_on :xcode => ["6.1", :build]

def install
xcodebuild
bin.install "build/Release/macosvpn"
end

test do
assert_match version.to_s, shell_output("#{bin}/macosvpn version", 98)
end
end

0 comments on commit a397e11

Please sign in to comment.