diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/netsed.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/netsed.rb b/Library/Formula/netsed.rb deleted file mode 100644 index 09aeb3a23..000000000 --- a/Library/Formula/netsed.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class Netsed < Formula - url 'http://packetstormsecurity.org/UNIX/misc/netsed.tgz' - homepage 'http://www.securiteam.com/tools/5IP022A35W.html' - version '0.01b' - md5 '56f5d8af7d21dbb25a50e673442edc30' - - def install - system "make" - bin.install "netsed" - end -end |
