Date: Thursday, December 27, 2018 @ 04:26:16
  Author: felixonmars
Revision: 418207

archrelease: copy trunk to community-staging-any

Added:
  ruby-pkg-config/repos/community-staging-any/
  ruby-pkg-config/repos/community-staging-any/PKGBUILD
    (from rev 418206, ruby-pkg-config/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: ruby-pkg-config/repos/community-staging-any/PKGBUILD (from rev 418206, 
ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2018-12-27 04:26:16 UTC (rev 418207)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Brad Fanella <[email protected]>
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem";)
+sha256sums=('953afe038297f8f34b4a519a27cf7a3c71a03c541366695dd0da7f3be2e43d7b')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+    --no-user-install \
+    --ignore-dependencies \
+    --no-document \
+    -i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
+    $_pkgname-$pkgver.gem
+}

Reply via email to