# Maintainer: Alexey Pavlov _realname=IO-Stringy pkgname=perl-${_realname} provides=(perl-IO-stringy) conflicts=(perl-IO-stringy) replaces=(perl-IO-stringy) pkgver=2.113 pkgrel=3 pkgdesc="I/O on in-core objects like strings and arrays" arch=('any') url="https://metacpan.org/dist/IO-Stringy" msys2_references=( 'purl: pkg:cpan/CAPOEIRAB/IO-Stringy' ) groups=('perl-modules') license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=("https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/${_realname}-${pkgver}.tar.gz") sha256sums=('51220fcaf9f66a639b69d251d7b0757bf4202f4f9debd45bdd341a6aca62fe4e') build() { cd "${srcdir}/${_realname}-${pkgver}" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd "${srcdir}/${_realname}-${pkgver}" make test } package() { cd "${srcdir}/${_realname}-${pkgver}" make install DESTDIR="${pkgdir}" find ${pkgdir} -name '.packlist' -delete find ${pkgdir} -name '*.pod' -delete }