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

Felix Yan felixonmars at archlinux.org
Sat May 25 09:08:07 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:08:07
  Author: felixonmars
Revision: 470004

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 470003, perl-params-util/trunk/PKGBUILD)

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

Copied: perl-params-util/repos/community-staging-x86_64/PKGBUILD (from rev 470003, perl-params-util/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-05-25 09:08:07 UTC (rev 470004)
@@ -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=10
+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=("http://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