aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/metasploit.rb17
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