[arch-commits] Commit in perl-mail-authenticationresults/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat May 16 09:47:34 UTC 2020


    Date: Saturday, May 16, 2020 @ 09:47:33
  Author: felixonmars
Revision: 383941

archrelease: copy trunk to staging-any

Added:
  perl-mail-authenticationresults/repos/staging-any/
  perl-mail-authenticationresults/repos/staging-any/PKGBUILD
    (from rev 383940, perl-mail-authenticationresults/trunk/PKGBUILD)

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

Copied: perl-mail-authenticationresults/repos/staging-any/PKGBUILD (from rev 383940, perl-mail-authenticationresults/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-16 09:47:33 UTC (rev 383941)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-mail-authenticationresults
+pkgver=1.20200108
+pkgrel=2
+pkgdesc='Object Oriented Authentication-Results Headers'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8' perl-json)
+checkdepends=(perl-test-exception)
+url=https://metacpan.org/release/Mail-AuthenticationResults
+source=("https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz")
+md5sums=(abaeb413bcb050a81cc9b6e8a7e19ee6)
+sha512sums=(a76132864fc74a85f63142aa14f098d34bfc7be81c8b2fda5c4f3620ef107a6fd0bb300aa94c70ebe25e01dea1f2cbed7028f30dca1b84fe42b96601e08b912a)
+_ddir="Mail-AuthenticationResults-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# 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