[arch-commits] Commit in perl-test-more-utf8/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 10:44:07 UTC 2021


    Date: Monday, May 24, 2021 @ 10:44:07
  Author: foutrelis
Revision: 944319

archrelease: copy trunk to community-staging-any

Added:
  perl-test-more-utf8/repos/community-staging-any/
  perl-test-more-utf8/repos/community-staging-any/PKGBUILD
    (from rev 944317, perl-test-more-utf8/trunk/PKGBUILD)

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

Copied: perl-test-more-utf8/repos/community-staging-any/PKGBUILD (from rev 944317, perl-test-more-utf8/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 10:44:07 UTC (rev 944319)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-more-utf8
+pkgver=0.05
+pkgrel=5
+pkgdesc="Enhancing Test::More for UTF8-based projects"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+url='https://search.cpan.org/dist/Test-More-UTF8'
+source=("https://search.cpan.org/CPAN/authors/id/M/MO/MONS/Test-More-UTF8-$pkgver.tar.gz")
+sha512sums=('9a1ba4216037aa1517ef57b2e5a40bd78f2f3aaaff3683a4e45f10d4b574b5e2752509a5620d8a76156135b4fa7182320a182a5a6900bf450979d805d7dc05a3')
+
+build() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list