Skip to content

Instantly share code, notes, and snippets.

@kentaro
Created November 15, 2010 08:06
Show Gist options
  • Save kentaro/700150 to your computer and use it in GitHub Desktop.
Save kentaro/700150 to your computer and use it in GitHub Desktop.
require 'formula'
class Bayon <Formula
head 'http://bayon.googlecode.com/svn/trunk'
homepage 'http://code.google.com/p/bayon/'
depends_on 'google-sparsehash' => :build
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment