Created
December 30, 2010 12:48
-
-
Save Watson1978/759755 to your computer and use it in GitHub Desktop.
Homebrew formula for tscreen.
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 Tscreen <Formula | |
| url 'http://www.steve.org.uk/Software/tscreen/dist/tscreen-0.4.9.tar.gz' | |
| homepage 'http://www.steve.org.uk/Software/tscreen/' | |
| md5 '12303c84a93a78f1c44441323ba38845' | |
| def install | |
| system "./configure", "--disable-debug", "--disable-dependency-tracking", | |
| "--prefix=#{prefix}" | |
| system "make install" | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment