1 # Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux AT free DOT fr>
3 pkgname=ruby-git_remote_branch
4 _pkgname=git_remote_branch
7 pkgdesc="git_remote_branch is a learning tool to ease the interaction with remote branches in simple situations."
9 url="https://rubygems.org/gems/git_remote_branch"
11 depends=('ruby' 'ruby-colored' 'git')
12 makedepends=(rubygems)
13 source=(http://rubygems.org/downloads/$_pkgname-$pkgver.gem)
14 noextract=($_pkgname-$pkgver.gem)
15 md5sums=('3c00243bd70bb1eeee190ee5195a18ee')
22 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
23 gem install --ignore-dependencies -i "$pkgdir$_gemdir" $_pkgname-$pkgver.gem