Skip to content

Instantly share code, notes, and snippets.

@g3d
Created November 18, 2012 10:20
Netsed homebrew formula
require 'formula'
class Netsed <Formula
url 'http://silicone.homelinux.org/release/netsed/netsed-1.1.tar.gz'
homepage 'http://www.securiteam.com/tools/5IP022A35W.html'
version '1.1'
md5 'df64a6099370013621489c60fe97a324'
def install
system "make"
bin.install "netsed"
doc.install "README"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment