Skip to content

Commit

Permalink
certstrap 1.0.0 (new formula)
Browse files Browse the repository at this point in the history
Closes #59.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
evenh authored and apjanke committed Apr 5, 2016
1 parent 73aa6eb commit 629647b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Formula/certstrap.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
class Certstrap < Formula
desc "Tools to bootstrap CAs, certificate requests, and signed certificates"
homepage "https://github.com/square/certstrap"
url "https://github.com/square/certstrap.git",
:tag => "v1.0.0",
:revision => "9671766fc7853ce55c64aebdada03dba918c9a95"

depends_on "go" => :build
depends_on "godep" => :build

def install
system "./build"
bin.install "bin/certstrap"
end

test do
system "#{bin}/certstrap", "init", "--common-name", "Homebrew Test CA", "--passphrase", "beerformyhorses"
end
end

0 comments on commit 629647b

Please sign in to comment.