# Contributor: Adélie Perl Team # Maintainer: Adélie Perl Team pkgname=perl-re-engine-re2 _pkgreal=re-engine-RE2 _author=DGL _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=0.13 pkgrel=0 pkgdesc="RE2-based regex engine for Perl" url="https://metacpan.org/pod/re::engine::RE2" arch="all" options="!check" # broken tests, I'm shocked license="(Artistic-2.0 OR GPL-2.0-only) AND BSD-3-Clause" depends="perl" makedepends="perl-dev perl-extutils-cppguess" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/re-engine-RE2-$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="c0c04f9115b4d84786bbac7de461a2b133dcea3986f2586739d9aabc8c50b0bd66409118d9cc3397236a138c78779327844abe48d116b0b56d82e40311520cca re-engine-RE2-0.13.tar.gz"