updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / ruby-childprocess / PKGBUILD
blobefe1c20777d6a918f4858adc6cd483fd31bcd538
1 # Maintainer: Jochen Schalanda <jochen+aur AT schalanda.aname>
2 pkgname=ruby-childprocess
3 pkgver=0.3.0
4 _realname='childprocess'
5 pkgrel=1
6 pkgdesc='Childprocess: A simple and reliable solution for controlling external programs running in the background'
7 arch=(any)
8 url='http://gemcutter.org/gems/childprocess'
9 license=("GPL")
10 depends=('ruby' 'ruby-ffi')
11 source=(http://gems.rubyforge.org/gems/childprocess-$pkgver.gem)
12 noextract=(childprocess-$pkgver.gem)
14 build() {
15   cd $srcdir
16   local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
17   gem install --ignore-dependencies -i "$pkgdir$_gemdir" ${_realname}-$pkgver.gem
19 md5sums=('ac3e641311fa1194a80ff621e6b9da85')