Skip to content

Instantly share code, notes, and snippets.

@tkeo
Created October 10, 2010 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkeo/619467 to your computer and use it in GitHub Desktop.
Save tkeo/619467 to your computer and use it in GitHub Desktop.
hyperestraier homebrew formula
require 'formula'
class Hyperestraier <Formula
url 'http://fallabs.com/hyperestraier/hyperestraier-1.4.13.tar.gz'
homepage 'http://fallabs.com/hyperestraier/'
depends_on 'qdbm'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make mac"
system "make install-mac"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment