[arch-commits] Commit in perl-params-util/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:23:40 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:23:39
  Author: felixonmars
Revision: 648912

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-params-util/repos/community-staging-x86_64/
  perl-params-util/repos/community-staging-x86_64/PKGBUILD
    (from rev 648910, perl-params-util/trunk/PKGBUILD)

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

Copied: perl-params-util/repos/community-staging-x86_64/PKGBUILD (from rev 648910, perl-params-util/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-06-21 10:23:39 UTC (rev 648912)
@@ -0,0 +1,41 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-params-util
+pkgver=1.07
+pkgrel=12
+pkgdesc='Simple, compact and correct param-checking functions'
+arch=('x86_64')
+url="https://metacpan.org/release/Params-Util"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-$pkgver.tar.gz")
+sha256sums=('30f1ec3f2cf9ff66ae96f973333f23c5f558915bb6266881eac7423f52d7c76c')
+
+build() {
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/Params-Util-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list