diff options
Diffstat (limited to 'user/perl-test-time/APKBUILD')
-rw-r--r-- | user/perl-test-time/APKBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/user/perl-test-time/APKBUILD b/user/perl-test-time/APKBUILD index 4390a2d89..51c9ec1e2 100644 --- a/user/perl-test-time/APKBUILD +++ b/user/perl-test-time/APKBUILD @@ -1,18 +1,21 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-test-time -_pkgname=Test-Time +_pkgreal=Test-Time +_author=SATOH +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.08 pkgrel=0 pkgdesc="Override Perl functions for testing" url="https://metacpan.org/release/Test-Time" arch="noarch" license="Artistic-1.0-Perl OR GPL-2.0-only" -depends="" -makedepends="perl-dev" +depends="perl" +makedepends="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/S/SA/SATOH/Test-Time-$pkgver.tar.gz" -builddir="$srcdir/Test-Time-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor |