From b163eb1b88e25226d5a45816367522bffac0a978 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 17 Oct 2019 18:44:40 -0400 Subject: user/perl-*: modernise --- user/perl-file-copy-recursive-reduced/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'user/perl-file-copy-recursive-reduced') diff --git a/user/perl-file-copy-recursive-reduced/APKBUILD b/user/perl-file-copy-recursive-reduced/APKBUILD index 76e66d192..e54ec4d2f 100644 --- a/user/perl-file-copy-recursive-reduced/APKBUILD +++ b/user/perl-file-copy-recursive-reduced/APKBUILD @@ -1,6 +1,10 @@ # Contributor: Dan Theisen # Maintainer: Adélie Perl Team pkgname=perl-file-copy-recursive-reduced +_pkgreal=File-Copy-Recursive-Reduced +_author=JKEENAN +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.006 pkgrel=0 pkgdesc="Recursive copying of files and directories within Perl 5 toolchain" @@ -10,24 +14,20 @@ license="Artistic-1.0-Perl AND GPL-2.0" depends="perl" makedepends="perl-dev" checkdepends="perl-capture-tiny perl-path-tiny" -install="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz" -builddir="$srcdir/File-Copy-Recursive-Reduced-$pkgver" +source="https://cpan.metacpan.org/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 } -- cgit v1.2.3-60-g2f50