Date: Saturday, May 25, 2019 @ 09:32:11
  Author: foutrelis
Revision: 470173

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 470172, perl-file-sharedir-install/trunk/PKGBUILD)

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

Copied: perl-file-sharedir-install/repos/community-staging-any/PKGBUILD (from 
rev 470172, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-05-25 09:32:11 UTC (rev 470173)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: AUR Perl <[email protected]>
+
+pkgname=perl-file-sharedir-install
+pkgver=0.13
+pkgrel=3
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="https://search.cpan.org/dist/File-ShareDir-Install";
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz";)
+sha256sums=('45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9')
+
+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