diff options
| author | Robert Newson | 2012-01-09 21:22:30 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-12 20:38:13 -0800 |
| commit | d5fffaefc7e6093ac8e6a370825b13dcfbaeea7c (patch) | |
| tree | 350d010fdcc171382d4af223399a17bd0a26dc2a /Library | |
| parent | 95a7bbbb24425a99239acd10083ac953976d0d18 (diff) | |
| download | homebrew-d5fffaefc7e6093ac8e6a370825b13dcfbaeea7c.tar.bz2 | |
couchdb-lucene 0.8.0
Also re-enabled tests
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/couchdb-lucene.rb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index 8747dadc6..9a0fc97df 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -1,18 +1,15 @@ require 'formula' class CouchdbLucene < Formula - url 'https://github.com/rnewson/couchdb-lucene/tarball/v0.6.0' + url 'https://github.com/rnewson/couchdb-lucene/tarball/v0.8.0' homepage 'https://github.com/rnewson/couchdb-lucene' - md5 'b55610d4c054987a5c69183585a31d8b' + md5 '3d4d321881188247b80847429f514639' depends_on 'couchdb' depends_on 'maven' def install - # Skipping tests because the integration test assumes that couchdb-lucene - # has been integrated with a local couchdb instance. Not sure if there's a - # way to only disable the integration test. - system "mvn", "-DskipTests=true" + system "mvn" system "tar -xzf target/couchdb-lucene-#{version}-dist.tar.gz" system "mv couchdb-lucene-#{version}/* #{prefix}" |
