homebrew-core/Formula/bats.rb
Sam Stephenson 800fb81440 Bats 0.3.1
Closes Homebrew/homebrew#23788.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-31 07:58:59 -07:00

12 lines
313 B
Ruby

require 'formula'
class Bats < Formula
homepage 'https://github.com/sstephenson/bats'
url 'https://github.com/sstephenson/bats/archive/v0.3.1.tar.gz'
sha1 'f9c5d81e726b7ebb9c96d8546b1292a3af62ce4c'
head 'https://github.com/sstephenson/bats.git'
def install
system './install.sh', prefix
end
end