aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/topgit.rb
blob: 820603f459fdef9b9b7339e0104b874d22e30d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Topgit < Formula
  url 'git://repo.or.cz/topgit.git', :tag => '1744aca50f3d7b6b4863523207e5010e112dfb85'
  homepage 'http://repo.or.cz/w/topgit.git'
  version '0.8'

  def install
    system "export prefix=#{prefix} && make install"
  end
end