[arch-commits] Commit in facter/repos (2 files)

Jonathan Steel jsteel at archlinux.org
Thu May 21 17:27:57 UTC 2015


    Date: Thursday, May 21, 2015 @ 19:27:56
  Author: jsteel
Revision: 133930

archrelease: copy trunk to community-testing-any

Added:
  facter/repos/community-testing-any/
  facter/repos/community-testing-any/PKGBUILD
    (from rev 133929, facter/trunk/PKGBUILD)

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

Copied: facter/repos/community-testing-any/PKGBUILD (from rev 133929, facter/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-05-21 17:27:56 UTC (rev 133930)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Greg Sutcliffe <facter_aur (at) emeraldreverie.orgr>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
+# Contributor: Thomas S Hatch <thatch45 (at) Gmail.com>
+# Contributor: Dave Simons <miouhpi (at) Gmail (dot) com>
+# Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
+
+pkgname=facter
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('any')
+url="http://puppetlabs.com/facter"
+license=('APACHE')
+depends=('ruby' 'inetutils' 'net-tools')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('97e5daae4c9571013506867f1ba8da0a')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+    'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list