Created
September 10, 2011 22:56
-
-
Save mattdennewitz/1208912 to your computer and use it in GitHub Desktop.
chadwick 0.5.3 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 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