2011-07-21 09:26:48 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitSvnAbandon < Formula
|
|
|
|
homepage 'https://github.com/nothingmuch/git-svn-abandon'
|
2012-02-14 03:37:45 +00:00
|
|
|
head 'https://github.com/nothingmuch/git-svn-abandon.git'
|
|
|
|
|
|
|
|
# Pending request for stable tab:
|
|
|
|
# https://github.com/nothingmuch/git-svn-abandon/issues/2
|
2011-07-21 09:26:48 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-14 03:37:45 +00:00
|
|
|
bin.install Dir['git-svn-abandon-*']
|
2011-07-21 09:26:48 +00:00
|
|
|
end
|
|
|
|
end
|