Skip to content

Instantly share code, notes, and snippets.

@mattdennewitz
Created September 10, 2011 22:56
Show Gist options
  • Select an option

  • Save mattdennewitz/1208912 to your computer and use it in GitHub Desktop.

Select an option

Save mattdennewitz/1208912 to your computer and use it in GitHub Desktop.
chadwick 0.5.3 homebrew formula
require 'formula'
class Chadwick <Formula
url 'http://cdnetworks-us-2.dl.sourceforge.net/project/chadwick/chadwick-0.5/0.5.3/chadwick-0.5.3.tar.gz'
homepage 'http://chadwick.sourceforge.net/doc/index.html'
md5 'd8941a0bc0d075e9eb612cf7744657bf'
def install
system "./configure"
system "make"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment