Date: Monday, December 28, 2015 @ 22:31:50 Author: foutrelis Revision: 154696
archrelease: copy trunk to community-staging-any Added: ruby-pkgconfig/repos/community-staging-any/ ruby-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 154695, ruby-pkgconfig/trunk/PKGBUILD) ----------+ PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Copied: ruby-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 154695, ruby-pkgconfig/trunk/PKGBUILD) =================================================================== --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-12-28 21:31:50 UTC (rev 154696) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Brad Fanella <bradfane...@archlinux.us> +# Contributor: gem2arch 0.1 +# Contributor: theapodan + +pkgname=ruby-pkgconfig +_pkgname=pkg-config +pkgver=1.1.6 +pkgrel=2 +pkgdesc='Implementation of pkg-config in ruby' +arch=('any') +url='http://github.com/ruby-gnome2/pkg-config' +license=('LGPL') +depends=('ruby') +source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem") +sha256sums=('f89c285286d9bb1607022225d042d8ff96d41d2755d4de80611d52f3ab0f7626') +noextract=("$_pkgname-$pkgver.gem") + +package() { + gem install \ + --no-user-install \ + --ignore-dependencies \ + -i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \ + $_pkgname-$pkgver.gem +}