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

class Topgit < Formula
  homepage 'https://github.com/greenrd/topgit'
  url 'https://github.com/greenrd/topgit/archive/topgit-0.9.tar.gz'
  sha1 '619572db467259f9b56474b542f428dc52e0fbc9'

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