# Contributor: Mira Ressel # Maintainer: Adélie Perl Team pkgname=perl-term-readkey _pkgreal=TermReadKey _author=JSTOWE _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=2.38 pkgrel=0 pkgdesc="Change terminal modes, and perform non-blocking reads" url="https://metacpan.org/release/TermReadKey" arch="all" license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://search.cpan.org/CPAN/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="fb09f013f9f0d8a4397e39f6f3db7a6d023259219af8f76744094e396437a01b19141b3cdb39a158d3b518903fb010088bc37406763bfbeb3fcab810bb0bb157 TermReadKey-2.38.tar.gz"