# Contributor: Dan Theisen # Maintainer: Síle Ekaterin Liszka pkgname=perl-test-utf8 _pkgreal=Test-utf8 _author=MARKF _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=1.02 pkgrel=0 pkgdesc="Handy UTF8 tests" url="https://metacpan.org/pod/Test::utf8" arch="noarch" license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" makedepends="perl-dev perl-module-install" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="f544174ad570c5e027acf66dcf335ddc4be3727488559933a389dbd7f2214e66490f96d0e816677310468076719d891fa3da80524b2b10345d8be8eebf4a1469 Test-utf8-1.02.tar.gz"