Skip to content

Instantly share code, notes, and snippets.

@0x46616c6b
Created November 17, 2013 11:06
Show Gist options
  • Save 0x46616c6b/7512022 to your computer and use it in GitHub Desktop.
Save 0x46616c6b/7512022 to your computer and use it in GitHub Desktop.
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