Skip to content

Instantly share code, notes, and snippets.

@g3d
Created November 18, 2012 10:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save g3d/4104470 to your computer and use it in GitHub Desktop.
Save g3d/4104470 to your computer and use it in GitHub Desktop.
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