Skip to content

Instantly share code, notes, and snippets.

@m-mizutani
Created August 20, 2011 20:17
Show Gist options
  • Save m-mizutani/1159608 to your computer and use it in GitHub Desktop.
Save m-mizutani/1159608 to your computer and use it in GitHub Desktop.
brew Formula file for tscreen
require 'formula'
class Tscreen < Formula
url 'http://www.steve.org.uk/Software/tscreen/dist/tscreen-0.4.9.tar.gz'
sha256 'b920f1a96dfa8a390601a8e78fc7ab49d4599f7544e30cfdae5ea0e0aeb0305d'
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}", "--enable-colors256"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment