blob: bca7fa4e033d0a0a36b4c3ea4cd03cb3f26c1f69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|