Skip to content

Commit

Permalink
Added groonga. groonga is fulltext search engine.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Bump to 0.7.4
  • Loading branch information
hryk authored and adamv committed Aug 8, 2010
1 parent 46acaf8 commit c1efc5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Library/Formula/groonga.rb
@@ -0,0 +1,12 @@
require 'formula'

class Groonga <Formula
url 'http://groonga.org/files/groonga/groonga-0.7.4.tar.gz'
homepage 'http://groonga.org/'
md5 '6c3e2a922a45f76a7c766defce7385fa'

def install
system "./configure", "--prefix=#{prefix}", "--with-zlib"
system "make install"
end
end

0 comments on commit c1efc5b

Please sign in to comment.