homebrew-core/Formula/git-hg.rb

12 lines
184 B
Ruby
Raw Normal View History

require 'formula'
class GitHg < Formula
2011-05-27 05:02:55 +00:00
head 'https://github.com/offbytwo/git-hg.git'
homepage 'http://offbytwo.com/git-hg/'
def install
prefix.install Dir['*']
end
end