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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 16:26:42 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:26:41
  Author: foutrelis
Revision: 649806

archrelease: copy trunk to community-staging-any

Added:
  perl-net-idn-encode/repos/community-staging-any/
  perl-net-idn-encode/repos/community-staging-any/PKGBUILD
    (from rev 649804, perl-net-idn-encode/trunk/PKGBUILD)

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

Copied: perl-net-idn-encode/repos/community-staging-any/PKGBUILD (from rev 649804, perl-net-idn-encode/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 16:26:41 UTC (rev 649806)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
+
+pkgname=perl-net-idn-encode
+_cpanname=Net-IDN-Encode
+pkgver=2.500
+pkgrel=3
+pkgdesc="Net::IDN::Encode provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs)."
+arch=('any')
+url="https://search.cpan.org/~cfaerber/${_cpanname}/"
+license=('GPL')
+depends=('perl')
+checkdepends=('perl-test-nowarnings' 'perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('3537309ea391e4f762eb8ce43929bfa024d63ee59c94f8d2ea16179aa6ad66ecef29188551749593302f14dc5b3182dbce18ebaf5176a34b40d6fa5b7e5763fb')
+
+build() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 sts=2 et:



More information about the arch-commits mailing list