# Generated by gem2arch (https://github.com/anatol/gem2arch) # Maintainer: Jonne Haß _gemname=securecompare pkgname=ruby-$_gemname pkgver=1.0.0 pkgrel=1 pkgdesc='securecompare is a gem that implements a constant time string comparison method safe for use in cryptographic functions.' arch=(any) url='https://github.com/samuelkadolph/securecompare' license=(MIT) depends=(ruby) options=(!emptydirs) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) noextract=($_gemname-$pkgver.gem) sha1sums=('e8491f6d38e5d2154ba4c5a2e5638a3e1a2793fc') 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/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }