# Contributor: Carlo Landmeter _gemname=shoulda-context pkgname=ruby-shoulda-context pkgver=1.0.1 pkgrel=0 pkgdesc="Context framework extracted from Shoulda" url="https://github.com/thoughtbot/shoulda" arch="noarch" license="MIT" depends="ruby" depends_dev= makedepends="$depends_dev ruby-gems" install="" subpackages="" source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem" _builddir="$srcdir"/$_realname-$pkgver build() { return 0 } package() { local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" local _geminstdir=$_gemdir/gems/$_gemname-$pkgver mkdir -p "$pkgdir" || return 1 gem install --local --install-dir "$pkgdir"/$_gemdir \ --ignore-dependencies --verbose --no-rdoc --no-ri \ "$srcdir"/$_gemname-$pkgver.gem || return 1 rm -rf "$pkgdir"/$_gemdir/cache \ "$pkgdir"/$_geminstdir/ext \ "$pkgdir"/$_geminstdir/.require_paths } md5sums="f7c0aaf97f462336cb0136635a679c4b shoulda-context-1.0.1.gem"