homebrew-core/Formula/willgit.rb
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00

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