[arch-commits] Commit in perl-file-sharedir-install/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 24 08:42:06 UTC 2021
Date: Monday, May 24, 2021 @ 08:42:05
Author: foutrelis
Revision: 944066
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 944062, 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 944062, perl-file-sharedir-install/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 08:42:05 UTC (rev 944066)
@@ -0,0 +1,31 @@
+# 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=5
+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}"
+}
More information about the arch-commits
mailing list