diff --git a/Formula/metasploit.rb b/Formula/metasploit.rb new file mode 100644 index 0000000000..899c891c58 --- /dev/null +++ b/Formula/metasploit.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Metasploit :svn, :revision => "9321" + version "3.4.0" + homepage 'http://www.metasploit.com/framework/' + md5 '' + + def install + libexec.install Dir["msf*",'data','external','lib','modules','plugins','scripts','test','tools'] + bin.mkpath + Dir["#{libexec}/msf*"].each {|f| ln_s f, bin} + end +end