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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:55:04 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:55:03
  Author: felixonmars
Revision: 1214534

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-net-libidn2/repos/community-staging-x86_64/
  perl-net-libidn2/repos/community-staging-x86_64/PKGBUILD
    (from rev 1214532, perl-net-libidn2/trunk/PKGBUILD)

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

Copied: perl-net-libidn2/repos/community-staging-x86_64/PKGBUILD (from rev 1214532, perl-net-libidn2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-05-29 11:55:03 UTC (rev 1214534)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-libidn2
+pkgver=1.01
+pkgrel=3
+pkgdesc="Perl bindings for GNU Libidn2"
+arch=('x86_64')
+url='https://search.cpan.org/dist/Net-LibIDN2'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('libidn2' 'perl')
+makedepends=('perl-module-build')
+source=("https://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN2-$pkgver.tar.gz")
+sha512sums=('b3eb430c99a458e9e5fbd16fb6b059bd660a995be7ebe806b44b46160db7a5502806d503ec03667ef9865634f403db2e665c3dcad58f4e221e918ef4d78eabd0')
+
+build() {
+  cd Net-LibIDN2-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Net-LibIDN2-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Net-LibIDN2-$pkgver
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list