aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/netsed.rb
blob: 09aeb3a23cb688a5cd47ce380358f7bd99014e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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