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-test-manifest/APKBUILD | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'user/perl-test-manifest/APKBUILD') diff --git a/user/perl-test-manifest/APKBUILD b/user/perl-test-manifest/APKBUILD index c4a1e71d2..30e610f1d 100644 --- a/user/perl-test-manifest/APKBUILD +++ b/user/perl-test-manifest/APKBUILD @@ -3,37 +3,31 @@ # Maintainer: Adélie Perl Team pkgname=perl-test-manifest _pkgreal=Test-Manifest +_author=BDFOY +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=2.021 pkgrel=0 pkgdesc="Interact with a t/test_manifest file" url="https://metacpan.org/release/Test-Manifest" arch="noarch" license="Artistic-2.0" -depends="" -makedepends="perl-dev" +depends="perl" +makedepends="" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/$_pkgreal-$pkgver.tar.gz" +source="https:///cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" -prepare() { - cd "$builddir" - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor -} - build() { - cd "$builddir" - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + 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