2013-02-24 19:14:53 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Bats < Formula
|
|
|
|
homepage 'https://github.com/sstephenson/bats'
|
2014-08-14 20:09:31 +00:00
|
|
|
url 'https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz'
|
|
|
|
sha1 'cb8a5f4c844a5f052f915036130def31140fce94'
|
2013-02-24 19:14:53 +00:00
|
|
|
head 'https://github.com/sstephenson/bats.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system './install.sh', prefix
|
|
|
|
end
|
|
|
|
end
|