aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/netsed.rb
blob: f5e31fda1760aec0c17f1768ac6af9f15a7197b8 (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