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

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


    Date: Monday, May 24, 2021 @ 08:35:25
  Author: felixonmars
Revision: 944011

archrelease: copy trunk to community-staging-any

Added:
  perl-convert-asn1/repos/community-staging-any/
  perl-convert-asn1/repos/community-staging-any/PKGBUILD
    (from rev 944010, perl-convert-asn1/trunk/PKGBUILD)

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

Copied: perl-convert-asn1/repos/community-staging-any/PKGBUILD (from rev 944010, perl-convert-asn1/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:35:25 UTC (rev 944011)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-convert-asn1
+pkgver=0.27
+pkgrel=7
+pkgdesc="Perl/CPAN Module Convert::ASN1 : Standard endecode of ASN1 structures"
+arch=("any")
+url="https://search.cpan.org/dist/Convert-ASN1"
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-$pkgver.tar.gz")
+md5sums=('68723e96be0b258a9e20480276e8a62c')
+
+build() {
+  cd "$srcdir"/Convert-ASN1-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Convert-ASN1-$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