aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBruno Aguirre2011-02-11 09:49:13 -0200
committerAdam Vandenberg2011-03-10 22:36:45 -0800
commit2b2384c512fbc1b534fb4a04679180e9f9254d58 (patch)
treefe469f42cf474a05c95bf67444f29a30743a05cc /Library
parente7db80ae1c9a6465e02107cd514e6e8b46f72ab3 (diff)
downloadhomebrew-2b2384c512fbc1b534fb4a04679180e9f9254d58.tar.bz2
pit 0.1.0
The project manager from hell; integrates with git. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pit.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/pit.rb b/Library/Formula/pit.rb
new file mode 100644
index 000000000..38f208cf7
--- /dev/null
+++ b/Library/Formula/pit.rb
@@ -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