Created
November 18, 2012 10:20
-
-
Save g3d/4104470 to your computer and use it in GitHub Desktop.
Netsed homebrew formula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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