aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/whirr.rb
blob: 31dc7c129930da7bebfac8f4a34cfb54e560f00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Whirr < Formula
  homepage 'http://whirr.apache.org/'
  url 'http://www.apache.org/dyn/closer.cgi?path=whirr/whirr-0.8.1/whirr-0.8.1.tar.gz'
  sha1 '536bf3ea97c85442964eaabd6314b869b37b422e'

  def install
    libexec.install %w[bin conf lib]
    bin.write_exec_script libexec/'bin/whirr'
  end
end