# Contributor: Adélie Perl Team # Maintainer: Adélie Perl Team pkgname=perl-extutils-parsexs _pkgreal=ExtUtils-ParseXS _author=SMUELLER _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=3.35 pkgrel=0 pkgdesc="Perl module for converting XS code into C" url="https://metacpan.org/pod/ExtUtils::ParseXS" arch="noarch" license="Artistic-2.0 OR GPL-2.0-only" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/ExtUtils-ParseXS-$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="90862ecb97f19066a4564be1788bd061c5835abb440fbea2cad43c903e912a7864453ef61c2c384566a4fe6536783f480938c4460b63879734a2d74372a956b8 ExtUtils-ParseXS-3.35.tar.gz"