Added groonga. groonga is fulltext search engine.
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Bump to 0.7.4
This commit is contained in:
parent
a0432aa420
commit
050cd6dc0e
1 changed files with 12 additions and 0 deletions
12
Formula/groonga.rb
Normal file
12
Formula/groonga.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue