Skip to content

Commit

Permalink
sslscan 1.11.0 (new formula)
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#46679.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
dsXLII authored and MikeMcQuaid committed Dec 6, 2015
1 parent 6803e1a commit 760b221
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Formula/sslscan.rb
@@ -0,0 +1,19 @@
class Sslscan < Formula
desc "Test SSL/TLS enabled services to discover supported cipher suites."
homepage "https://github.com/rbsec/sslscan"
url "https://github.com/rbsec/sslscan/archive/1.11.0-rbsec.tar.gz"
version "1.11.0"
sha256 "698dbf01b9af29aaddf6bce466f568762d852f7b71936861191a3b18d9dda6a5"
head "https://github.com/rbsec/sslscan.git"

depends_on "openssl"

def install
system "make"
bin.install "sslscan"
end

test do
system "#{bin}/sslscan", "google.com"
end
end

0 comments on commit 760b221

Please sign in to comment.