[arch-commits] Commit in perl-authen-sasl/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon May 24 08:35:42 UTC 2021


    Date: Monday, May 24, 2021 @ 08:35:42
  Author: felixonmars
Revision: 944016

archrelease: copy trunk to community-staging-any

Added:
  perl-authen-sasl/repos/community-staging-any/
  perl-authen-sasl/repos/community-staging-any/PKGBUILD
    (from rev 944015, perl-authen-sasl/trunk/PKGBUILD)

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

Copied: perl-authen-sasl/repos/community-staging-any/PKGBUILD (from rev 944015, perl-authen-sasl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:35:42 UTC (rev 944016)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-authen-sasl
+pkgver=2.16
+pkgrel=9
+pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
+arch=(any)
+url="https://search.cpan.org/dist/Authen-SASL"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz")
+sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09')
+
+build() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list