1 # Maintainer: Jochen Schalanda <jochen+aur AT schalanda.aname>
2 pkgname=ruby-childprocess
4 _realname='childprocess'
6 pkgdesc='Childprocess: A simple and reliable solution for controlling external programs running in the background'
8 url='http://gemcutter.org/gems/childprocess'
10 depends=('ruby' 'ruby-ffi')
11 source=(http://gems.rubyforge.org/gems/childprocess-$pkgver.gem)
12 noextract=(childprocess-$pkgver.gem)
16 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
17 gem install --ignore-dependencies -i "$pkgdir$_gemdir" ${_realname}-$pkgver.gem
19 md5sums=('ac3e641311fa1194a80ff621e6b9da85')