Created
November 17, 2013 11:06
-
-
Save 0x46616c6b/7512022 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class SslscanNg < Formula | |
homepage 'https://github.com/ioerror/sslscan' | |
url 'https://github.com/ioerror/sslscan' | |
head 'https://github.com/ioerror/sslscan.git' | |
def install | |
system "make" | |
bin.install "sslscan" | |
man1.install "sslscan.1" | |
end | |
def test | |
system "#{bin}/sslscan" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment