updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ruby-grb / PKGBUILD
bloba7b77ac98a58f5f5d924f92f8c368f573748c3bc
1 # Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux(at)free.fr>
3 pkgname=ruby-grb
4 pkgver=0.4.1
5 pkgrel=1
6 pkgdesc="A tool to simplify working with (git) remote branches"
7 arch=(any)
8 url="https://rubygems.org/gems/grb"
9 license=('GPL')
10 depends=(ruby git)
11 makedepends=(rubygems)
12 source=(https://rubygems.org/downloads/grb-$pkgver.gem)
13 noextract=(grb-$pkgver.gem)
14 md5sums=('41b96bbdd26db1563fc2588c81c74f3e')
16 build() {
17   cd $srcdir
18   local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
19   gem install --ignore-dependencies --verbose -i "$pkgdir$_gemdir" -n "$pkgdir"/usr/bin grb-$pkgver.gem
22 # vim:set ts=2 sw=2 et: