aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/perl-time-duration/APKBUILD (renamed from testing/perl-time-duration/APKBUILD)24
1 files changed, 10 insertions, 14 deletions
diff --git a/testing/perl-time-duration/APKBUILD b/community/perl-time-duration/APKBUILD
index a30b3cf499..98f30773cf 100644
--- a/testing/perl-time-duration/APKBUILD
+++ b/community/perl-time-duration/APKBUILD
@@ -1,29 +1,30 @@
-# Automatically generated by apkbuild-cpan, template 2
+# Automatically generated by apkbuild-cpan, template 3
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-time-duration
+#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Time-Duration
pkgver=1.21
-pkgrel=0
+pkgrel=1
pkgdesc="rounded or exact English expression of durations"
-url="https://metacpan.org/release/Time-Duration"
+url="https://metacpan.org/release/Time-Duration/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
+depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/N/NE/NEILB/Time-Duration-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
-prepare() {
- default_prepare
-
+build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
+ make
}
-build() {
+check() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- make
+ make test
}
package() {
@@ -31,9 +32,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-check() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- make test
-}
-
sha512sums="2d03d73096967265f16f4ebde2d9fbb83fce591e15fa01f5f4f750123f27a4571bbd01d5d93f785f78ee8810aca9d945241e6a767b65f45abb4608d321108020 Time-Duration-1.21.tar.gz"