2012-06-18 20:25:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Whirr < Formula
|
|
|
|
homepage 'http://whirr.apache.org/'
|
2012-09-14 14:30:05 +00:00
|
|
|
url 'http://www.apache.org/dyn/closer.cgi?path=whirr/whirr-0.8.0/whirr-0.8.0.tar.gz'
|
|
|
|
sha1 '44056fee1fd0e83a7257772d1a20faeae8f5cd1d'
|
2012-06-18 20:25:42 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install %w[bin conf lib]
|
2012-08-07 18:20:52 +00:00
|
|
|
bin.write_exec_script libexec/'bin/whirr'
|
2012-06-18 20:25:42 +00:00
|
|
|
end
|
|
|
|
end
|