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

class Willgit < Formula
  homepage 'http://git-wt-commit.rubyforge.org/'
  head 'git://gitorious.org/willgit/mainline.git'

  def install
    prefix.install 'bin'
  end
end