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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:27:07 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:27:07
  Author: felixonmars
Revision: 649813

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-gssapi/repos/community-staging-x86_64/
  perl-gssapi/repos/community-staging-x86_64/PKGBUILD
    (from rev 649811, perl-gssapi/trunk/PKGBUILD)

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

Copied: perl-gssapi/repos/community-staging-x86_64/PKGBUILD (from rev 649811, perl-gssapi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-06-21 16:27:07 UTC (rev 649813)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-gssapi
+pkgver=0.28
+pkgrel=17
+pkgdesc="Perl/CPAN Module GSSAPI"
+arch=("x86_64")
+url="https://search.cpan.org/dist/GSSAPI"
+license=("GPL" "PerlArtistic")
+depends=('krb5')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-${pkgver}.tar.gz")
+sha256sums=('7d8f2c7b61762fb4ec72d2ec281290f2f87f9c7d298273da4525432a65e770d6')
+
+build() {
+  cd GSSAPI-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd GSSAPI-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list