# Generated by gem2arch (https://github.com/anatol/gem2arch) # Maintainer: Matej Grabovsky # Contributor: Anatol Pomozov _gemname=actionview pkgname=ruby-$_gemname pkgver=5.2.3 pkgrel=1 pkgdesc='Rendering framework putting the V in MVC (part of Rails).' arch=(any) url='http://www.rubyonrails.org' license=(MIT) depends=(ruby ruby-activesupport ruby-builder ruby-erubis ruby-rails-html-sanitizer) options=(!emptydirs) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) noextract=($_gemname-$pkgver.gem) sha256sums=('d04c4367fd41a2d8767be08e9caadc617e6f825025079854562100145b82f055') 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" install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/MIT-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/MIT-LICENSE" }