[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Fri Jun 26 19:02:55 UTC 2020


    Date: Friday, June 26, 2020 @ 19:02:54
  Author: felixonmars
Revision: 654404

addpkg: perl-net-libidn2 1.01-1

Added:
  perl-net-libidn2/
  perl-net-libidn2/repos/
  perl-net-libidn2/trunk/
  perl-net-libidn2/trunk/PKGBUILD

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

Added: perl-net-libidn2/trunk/PKGBUILD
===================================================================
--- perl-net-libidn2/trunk/PKGBUILD	                        (rev 0)
+++ perl-net-libidn2/trunk/PKGBUILD	2020-06-26 19:02:54 UTC (rev 654404)
@@ -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=1
+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