da3fdbd0cf
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
10 lines
192 B
Ruby
10 lines
192 B
Ruby
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
|