[arch-commits] Commit in perl-list-allutils/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:05:10 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:05:09
  Author: foutrelis
Revision: 470341

archrelease: copy trunk to community-staging-any

Added:
  perl-list-allutils/repos/community-staging-any/
  perl-list-allutils/repos/community-staging-any/PKGBUILD
    (from rev 470339, perl-list-allutils/trunk/PKGBUILD)

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

Copied: perl-list-allutils/repos/community-staging-any/PKGBUILD (from rev 470339, perl-list-allutils/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 11:05:09 UTC (rev 470341)
@@ -0,0 +1,39 @@
+# CPAN Name  : List::AllUtils
+# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-list-allutils
+pkgver=0.15
+pkgrel=2
+pkgdesc='Perl package that combines List::Util and List::MoreUtils in one bite-sized package'
+arch=('any')
+url='https://search.cpan.org/dist/List-AllUtils'
+license=('Artistic2.0')
+depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28' 'perl-scalar-list-utils>=1.45'
+	 'perl-list-someutils' 'perl-list-utilsby')
+checkdepends=('perl-test-warnings')
+source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz)
+options=(!emptydirs)
+sha256sums=('3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d')
+
+build() {
+	cd List-AllUtils-$pkgver
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+	/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+	make
+}
+
+check() {
+	cd List-AllUtils-$pkgver
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	export PERL_MM_USE_DEFAULT=1
+	make test
+}
+
+package() {
+	cd List-AllUtils-$pkgver
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	make install DESTDIR="$pkgdir"
+	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list