homebrew-core/Formula/bats.rb
Sam Crang 8e3a10e2fe bats 0.3.0
Closes Homebrew/homebrew#23421.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-21 19:54:27 +01: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.0.tar.gz'
sha1 'a40959400a288c9527e131409f6eb6bf3183c9ae'
head 'https://github.com/sstephenson/bats.git'
def install
system './install.sh', prefix
end
end