2013-02-24 19:14:53 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Bats < Formula
|
|
|
|
homepage 'https://github.com/sstephenson/bats'
|
2013-10-30 15:57:20 +00:00
|
|
|
url 'https://github.com/sstephenson/bats/archive/v0.3.1.tar.gz'
|
|
|
|
sha1 'f9c5d81e726b7ebb9c96d8546b1292a3af62ce4c'
|
2013-02-24 19:14:53 +00:00
|
|
|
head 'https://github.com/sstephenson/bats.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system './install.sh', prefix
|
|
|
|
end
|
|
|
|
end
|