2010-04-09 13:34:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Elasticsearch < Formula
|
2010-10-03 15:49:27 +00:00
|
|
|
url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.11.0.zip'
|
2010-04-09 13:34:11 +00:00
|
|
|
homepage 'http://www.elasticsearch.com'
|
2010-10-03 15:49:27 +00:00
|
|
|
md5 'ef19e6fc7bad8f76e4371a94de7e0da7'
|
2010-04-09 13:34:11 +00:00
|
|
|
|
|
|
|
def install
|
2010-04-07 05:58:35 +00:00
|
|
|
rm_f Dir["bin/*.bat"]
|
2010-04-09 13:34:11 +00:00
|
|
|
prefix.install %w[bin config lib]
|
|
|
|
end
|
|
|
|
end
|