homebrew-core/Formula/git-svn-abandon.rb
Jannis Leidel ddb336a5ec git-svn-abandon
git-svn-abandon helps you do a one-way migration from svn to git.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-29 08:52:20 -07:00

12 lines
324 B
Ruby

require 'formula'
class GitSvnAbandon < Formula
head 'https://github.com/nothingmuch/git-svn-abandon.git'
homepage 'https://github.com/nothingmuch/git-svn-abandon'
def install
bin.install 'git-svn-abandon-cleanup'
bin.install 'git-svn-abandon-fix-refs'
bin.install 'git-svn-abandon-msg-filter'
end
end