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

Felix Yan felixonmars at archlinux.org
Sat May 25 09:29:24 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:29:24
  Author: felixonmars
Revision: 354111

archrelease: copy trunk to staging-any

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

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

Copied: perl-mail-authenticationresults/repos/staging-any/PKGBUILD (from rev 354110, perl-mail-authenticationresults/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-05-25 09:29:24 UTC (rev 354111)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-mail-authenticationresults
+pkgver=1.20180923
+pkgrel=2
+pkgdesc='Object Oriented Authentication-Results Headers'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8')
+checkdepends=(perl-test-exception)
+url=https://metacpan.org/release/Mail-AuthenticationResults
+source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz")
+md5sums=(d4ca126d3af0d1b664249f93bdd021f0)
+sha512sums=(e8a33593261c59b8c1c91d6e655f8a3f6112974169dde9689788a7e0e83a0e66e6a5872ac56d7882e324c914bbb869b3f8c7b330ccf42765633fd475ef68f3be)
+_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