[arch-commits] Commit in perl-file-sharedir-install/repos (2 files)

Florian Pritz bluewind at archlinux.org
Wed Aug 1 09:19:49 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:19:49
  Author: bluewind
Revision: 366377

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 366376, 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 366376, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:19:49 UTC (rev 366377)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: AUR Perl <aurperl at juster.info>
+
+pkgname=perl-file-sharedir-install
+pkgver=0.13
+pkgrel=2
+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")
+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}"
+}



More information about the arch-commits mailing list