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-path-tiny/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'user/perl-path-tiny/APKBUILD') diff --git a/user/perl-path-tiny/APKBUILD b/user/perl-path-tiny/APKBUILD index 0f32e49eb..6a88deb6c 100644 --- a/user/perl-path-tiny/APKBUILD +++ b/user/perl-path-tiny/APKBUILD @@ -1,6 +1,10 @@ # Contributor: Dan Theisen # Maintainer: Adélie Perl Team pkgname=perl-path-tiny +_pkgreal=Path-Tiny +_author=DAGOLDEN +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.108 pkgrel=0 pkgdesc="File path utility" @@ -8,26 +12,22 @@ url="https://metacpan.org/pod/Path::Tiny" arch="noarch" license="Apache-2.0" depends="perl" -makedepends="perl-dev" +makedepends="" checkdepends="perl-test-mockrandom" -install="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz" -builddir="$srcdir/Path-Tiny-$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-70-g09d2