# Generated by gem2arch (https://github.com/anatol/gem2arch) # Maintainer: asm0dey _gemname=wisper pkgname=ruby-$_gemname pkgver=2.0.1 pkgrel=1 pkgdesc='A micro library providing objects with Publish-Subscribe capabilities' arch=(any) url='https://github.com/krisleech/wisper' license=(MIT) depends=(ruby) options=(!emptydirs) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) noextract=($_gemname-$pkgver.gem) sha1sums=('56adcfecc77c55f8959831866cedb7efc37730ae') package() { local _gemdir="$(ruby -e'puts Gem.default_dir')" gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem" }