# Contributor: Dan Theisen # Maintainer: Síle Ekaterin Liszka pkgname=perl-test-differences _pkgreal=Test-Differences _author=DCANTRELL _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.69 pkgrel=0 pkgdesc="Test strings and data structures and show differences if not ok" url="https://metacpan.org/pod/Test::Differences" arch="noarch" license="Artistic-1.0-Perl OR GPL-1.0" depends="perl perl-text-diff perl-capture-tiny perl-test-pod-coverage perl-test-pod" makedepends="perl-dev" 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="506859b6d983f6b81366bdaa365b02091d7a1ef1b3a29397b19175e37cde93a3b8e1d8765438630ecfc6ca1755868aefa47dcde0f1f45951f4610362c5d904bd Test-Differences-0.69.tar.gz"