aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorento2011-02-26 04:40:36 +0900
committerAdam Vandenberg2011-04-13 14:38:14 -0700
commit0936f8bb9df8749e12c733eaa69dcd2d50cbbb57 (patch)
tree968497a090ebc2965a0ad1270ea028eb22515c83 /Library/Formula
parent0d051396ad755971e7edc82034a4874236c3c835 (diff)
downloadhomebrew-0936f8bb9df8749e12c733eaa69dcd2d50cbbb57.tar.bz2
git-cola 1.4.3
git-cola is a Git GUI built on PyQt. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-cola.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/git-cola.rb b/Library/Formula/git-cola.rb
new file mode 100644
index 000000000..eb87ee011
--- /dev/null
+++ b/Library/Formula/git-cola.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class GitCola < Formula
+ url 'http://cola.tuxfamily.org/releases/cola-1.4.3.tar.gz'
+ homepage 'http://cola.tuxfamily.org/'
+ md5 '64d9c3e45a746c8775a0f33f65b91155'
+
+ depends_on 'pyqt'
+
+ def install
+ system "make prefix=#{prefix} install"
+ end
+end