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-slurp/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'user/perl-file-slurp/APKBUILD') diff --git a/user/perl-file-slurp/APKBUILD b/user/perl-file-slurp/APKBUILD index 9364216f1..ca846f49e 100644 --- a/user/perl-file-slurp/APKBUILD +++ b/user/perl-file-slurp/APKBUILD @@ -1,32 +1,32 @@ # Contributor: A. Wilcox # Maintainer: Adélie Perl Team pkgname=perl-file-slurp +_pkgreal=File-Slurp +_author=CAPOEIRAB +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=9999.28 pkgrel=0 pkgdesc="Simple and efficient file manipulation in Perl" url="https://metacpan.org/release/File-Slurp" arch="noarch" license="Artistic-1.0-Perl" -depends="" +depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" -#source="https://cpan.metacpan.org/authors/id/U/UR/URI/File-Slurp-$pkgver.tar.gz" -source="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-$pkgver.tar.gz" -builddir="$srcdir/File-Slurp-$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