# Generated by gem2arch (https://github.com/anatol/gem2arch) # Maintainer: Joakim Reinert _gemname=ruby-filemagic pkgname=$_gemname pkgver=0.7.1 pkgrel=2 pkgdesc='Ruby bindings to the magic(4) library' arch=(i686 x86_64) url='http://github.com/blackwinter/ruby-filemagic' license=(Ruby) depends=(ruby file) options=(!emptydirs) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) noextract=($_gemname-$pkgver.gem) sha1sums=('f3d4ac362cddbcd446ee2dab2b7a80d887f790af') 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" }