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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 09:36:37 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:36:37
  Author: felixonmars
Revision: 1214107

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 1214105, perl-convert-asn1/trunk/PKGBUILD)

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

Copied: perl-convert-asn1/repos/community-staging-any/PKGBUILD (from rev 1214105, perl-convert-asn1/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:36:37 UTC (rev 1214107)
@@ -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.33
+pkgrel=2
+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://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Convert-ASN1-$pkgver.tar.gz")
+
+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
+}
+sha256sums=('1fdf004520c79e3a244cf9688616293516c11793d746c761f367496eb3d06076')



More information about the arch-commits mailing list