diff options
Diffstat (limited to 'user/perl-term-readkey')
-rw-r--r-- | user/perl-term-readkey/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/user/perl-term-readkey/APKBUILD b/user/perl-term-readkey/APKBUILD index 6b789b097..8b3120249 100644 --- a/user/perl-term-readkey/APKBUILD +++ b/user/perl-term-readkey/APKBUILD @@ -1,7 +1,10 @@ -# Contributor: Luis Ressel <aranea@aixah.de> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Contributor: Mira Ressel <aranea@aixah.de> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> 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" @@ -11,22 +14,19 @@ 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/J/JS/JSTOWE/$_pkgreal-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } |