homebrew-core/Formula/git-hg.rb
Tim Felgentreff 8884ba5f59 add formula for git-hg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13 14:55:53 -07:00

12 lines
200 B
Ruby

require 'formula'
class GitHg < Formula
head 'git://github.com/offbytwo/git-hg.git'
homepage 'http://offbytwo.com/git-hg/'
def install
# Install all
prefix.install Dir['*']
end
end