aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vice.rb
>
AgeCommit message (Expand)Author
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