Skip to content

Instantly share code, notes, and snippets.

@Watson1978
Created December 30, 2010 12:48
Show Gist options
  • Save Watson1978/759755 to your computer and use it in GitHub Desktop.
Save Watson1978/759755 to your computer and use it in GitHub Desktop.
Homebrew formula for tscreen.
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