2011-02-11 11:49:13 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Pit < Formula
|
2013-03-02 09:18:43 +00:00
|
|
|
homepage 'https://github.com/michaeldv/pit'
|
2013-03-29 20:29:20 +00:00
|
|
|
url 'https://github.com/michaeldv/pit/archive/0.1.0.tar.gz'
|
|
|
|
sha1 '867698a2ef4d01587d81fe89dfd0e549d5b42e49'
|
2011-02-11 11:49:13 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "bin/pit"
|
|
|
|
end
|
|
|
|
end
|