diff options
| author | Adam Vandenberg | 2013-12-17 19:24:56 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-17 19:24:56 -0800 |
| commit | 12837fc6547c8ce93f5c6cc1652da7ccad2de891 (patch) | |
| tree | 7bffa18aec423cd5114fd1064235df653452cbaa /Library/Formula | |
| parent | bdd545566c20919d1f3e6891ac03d381ceed6dbb (diff) | |
| download | homebrew-12837fc6547c8ce93f5c6cc1652da7ccad2de891.tar.bz2 | |
Remove metasploit
4.x versions of metasploit are not package-friendly, so
removing from Homebrew core.
Closes #24167.
Closes #24394.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/metasploit.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Library/Formula/metasploit.rb b/Library/Formula/metasploit.rb deleted file mode 100644 index a0b9585cd..000000000 --- a/Library/Formula/metasploit.rb +++ /dev/null @@ -1,17 +0,0 @@ -require 'formula' - -class Metasploit < Formula - homepage 'http://www.metasploit.com/framework/' - head 'https://github.com/rapid7/metasploit-framework.git' - url 'https://github.com/rapid7/metasploit-framework/archive/2013021301.tar.gz' - version '4.5.0-2013021301' - sha1 '63934228ec316ca6c2313b151eab6e3bd91f5508' - - def install - libexec.install Dir["msf*"] - libexec.install 'armitage', 'HACKING', 'data', 'documentation', - 'external', 'lib', 'modules', 'plugins', - 'scripts', 'test', 'tools' - bin.install_symlink Dir["#{libexec}/msf*","#{libexec}/armitage"] - end -end |
