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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 11:25:30 UTC 2021


    Date: Monday, May 24, 2021 @ 11:25:30
  Author: foutrelis
Revision: 944424

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 944422, perl-net-libidn2/trunk/PKGBUILD)

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

Copied: perl-net-libidn2/repos/community-staging-x86_64/PKGBUILD (from rev 944422, perl-net-libidn2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-05-24 11:25:30 UTC (rev 944424)
@@ -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=2
+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