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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 14:05:28 UTC 2020


    Date: Tuesday, July 7, 2020 @ 14:05:28
  Author: felixonmars
Revision: 658698

archrelease: copy trunk to community-staging-any

Added:
  perl-mail-domainkeys/repos/community-staging-any/
  perl-mail-domainkeys/repos/community-staging-any/PKGBUILD
    (from rev 658697, perl-mail-domainkeys/trunk/PKGBUILD)

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

Copied: perl-mail-domainkeys/repos/community-staging-any/PKGBUILD (from rev 658697, perl-mail-domainkeys/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 14:05:28 UTC (rev 658698)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-mail-domainkeys
+pkgver=1.0
+pkgrel=8
+pkgdesc="Perl implementation of Yahoo's DomainKeys"
+arch=(any)
+url="https://search.cpan.org/dist/Mail-DomainKeys"
+depends=('perl-crypt-openssl-rsa' 'perl-mailtools' 'perl-net-dns>=0.34')
+license=("GPL")
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/A/AN/ANTHONYU/Mail-DomainKeys-$pkgver.tar.gz)
+sha256sums=('01b8576d402962e0830a88ac455c1d402a4c9fac388be725dbf08b0632f35851')
+
+build() {
+  cd  "$srcdir"/Mail-DomainKeys-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Mail-DomainKeys-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list