# Contributor: A. Wilcox # Maintainer: Síle Ekaterin Liszka pkgname=perl-email-address-xs _pkgreal=Email-Address-XS _author=PALI _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=1.05 pkgrel=0 pkgdesc="Parse and format RFC 5322 email addresses in Perl" url="https://metacpan.org/release/Email-Address-XS" arch="all" license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" 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="129841de4e945f935529e4b67a325b78c1aa9ca2f7623078450ed4d3516dffa4791a1f5ea37c8647ee15677414761475593d17073171623ea322023c9cef44eb Email-Address-XS-1.05.tar.gz"