Date: Saturday, August 26, 2017 @ 12:25:46
  Author: foutrelis
Revision: 253976

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-file-sharedir-install/repos/community-staging-any/PKGBUILD (from 
rev 253975, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2017-08-26 12:25:46 UTC (rev 253976)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: AUR Perl <[email protected]>
+
+pkgname=perl-file-sharedir-install
+pkgver=0.11
+pkgrel=3
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="http://search.cpan.org/dist/File-ShareDir-Install";
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz";)
+md5sums=('61107e6ce6eee42bf29525b1a4d029e0')
+
+build() {
+       cd "File-ShareDir-Install-${pkgver}"
+       PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+       make
+}
+
+check() {
+       cd "File-ShareDir-Install-${pkgver}"
+       make test
+}
+
+package() {
+       cd "File-ShareDir-Install-${pkgver}"
+       make install DESTDIR="${pkgdir}"
+}

Reply via email to