diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-hg.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/git-hg.rb b/Library/Formula/git-hg.rb new file mode 100644 index 000000000..2064e0ecd --- /dev/null +++ b/Library/Formula/git-hg.rb @@ -0,0 +1,12 @@ +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 + |
