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

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

  def install
    system "make", "install", "prefix=#{prefix}"
  end
end