pit 0.1.0

The project manager from hell; integrates with
git.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Bruno Aguirre 2011-02-11 09:49:13 -02:00 committed by Adam Vandenberg
parent 954e821794
commit e97aa295d9
1 changed files with 12 additions and 0 deletions

12
Formula/pit.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Pit < Formula
url 'https://github.com/michaeldv/pit/tarball/0.1.0'
homepage 'http://github.com/michaeldv/pit'
md5 '981d6a9f781c3cfeee0349468e2cab7f'
def install
system "make"
bin.install "bin/pit"
end
end