Skip to content

Instantly share code, notes, and snippets.

@michaelwills
Forked from g3d/netsed.rb
Created November 21, 2014 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelwills/9f4ed7d2095166bfff72 to your computer and use it in GitHub Desktop.
Save michaelwills/9f4ed7d2095166bfff72 to your computer and use it in GitHub Desktop.
require "formula"
class Netsed < Formula
homepage "http://silicone.homelinux.org/projects/netsed/"
url "http://silicone.homelinux.org/release/netsed/netsed-1.2.tar.gz"
sha256 "0a7f12bac83d02c6fc837055bf4ff02c1bdfc8ea478227afcc762e92d1661c80"
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