2010-04-20 16:06:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Willgit < Formula
|
2010-04-20 16:06:03 +00:00
|
|
|
homepage 'http://git-wt-commit.rubyforge.org/'
|
2012-02-21 06:04:21 +00:00
|
|
|
head 'git://gitorious.org/willgit/mainline.git'
|
2010-04-20 16:06:03 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-21 06:04:21 +00:00
|
|
|
prefix.install 'bin'
|
2010-04-20 16:06:03 +00:00
|
|
|
end
|
|
|
|
end
|