[arch-commits] Commit in ruby-pkg-config/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Jan 9 18:14:31 UTC 2017


    Date: Monday, January 9, 2017 @ 18:14:31
  Author: foutrelis
Revision: 206204

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 206203, ruby-pkg-config/trunk/PKGBUILD)

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

Copied: ruby-pkg-config/repos/community-staging-any/PKGBUILD (from rev 206203, ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-01-09 18:14:31 UTC (rev 206204)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.1.7
+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=('1f3cd171432f4634805ebf7cd187d1d728d732bfead3837c349f2c502d8e9252')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+    --no-user-install \
+    --ignore-dependencies \
+    -i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \
+    $_pkgname-$pkgver.gem
+}



More information about the arch-commits mailing list