Skip to content

Instantly share code, notes, and snippets.

@gitkaste
Created November 16, 2010 14:12
Show Gist options
  • Save gitkaste/701858 to your computer and use it in GitHub Desktop.
Save gitkaste/701858 to your computer and use it in GitHub Desktop.
stfl
require 'formula'
class Stfl <Formula
url 'http://www.clifford.at/stfl/stfl-0.20.tar.gz'
homepage 'http://www.clifford.at'
md5 '905e0b8f81fe1b5c95b8d78f56df966b'
depends_on 'ncursesw'
def patches
{ :p0 => "http://svn.macports.org/repository/macports/trunk/dports/devel/stfl/files/patch-Makefile.diff" }
end
def install
inreplace 'Makefile.cfg','/usr/local',"#{prefix}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment