[arch-commits] Commit in perl-file-sharedir/repos (staging-any staging-any/PKGBUILD)

Florian Pritz bluewind at archlinux.org
Wed Aug 1 09:20:42 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:20:41
  Author: bluewind
Revision: 330053

archrelease: copy trunk to staging-any

Added:
  perl-file-sharedir/repos/staging-any/
  perl-file-sharedir/repos/staging-any/PKGBUILD
    (from rev 330052, perl-file-sharedir/trunk/PKGBUILD)

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

Copied: perl-file-sharedir/repos/staging-any/PKGBUILD (from rev 330052, perl-file-sharedir/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2018-08-01 09:20:41 UTC (rev 330053)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-file-sharedir
+_realname=File-ShareDir
+pkgver=1.102
+pkgrel=4
+pkgdesc="Locate per-dist and per-module shared files"
+arch=(any)
+license=(PerlArtistic GPL)
+depends=(perl-class-inspector)
+url="http://search.cpan.org/dist/File-ShareDir"
+options=('!emptydirs')
+_author=REHSACK
+source=("http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz")
+md5sums=('553157f0e81cd2dabfe140ceb06cd03f')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list