1 2 3 4 5 6 7 8 9 10 11
require 'formula' class GitHg < Formula head 'https://github.com/offbytwo/git-hg.git' homepage 'http://offbytwo.com/git-hg/' def install prefix.install Dir['*'] end end