aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-astro-suntime
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-27 19:03:38 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-27 19:03:38 +0100
commit1a0b0a35120b502475c4ac524f2a2e6d81f3b669 (patch)
tree72577708d836552e9a0860980761cf6aba180b77 /main/perl-astro-suntime
parent746d9b505709c983529e92bbcda5562a9347c37f (diff)
downloadaports-1a0b0a35120b502475c4ac524f2a2e6d81f3b669.tar.bz2
aports-1a0b0a35120b502475c4ac524f2a2e6d81f3b669.tar.xz
main/perl-astro-suntime: fix url=,source= and license=
Diffstat (limited to 'main/perl-astro-suntime')
-rw-r--r--main/perl-astro-suntime/APKBUILD23
1 files changed, 11 insertions, 12 deletions
diff --git a/main/perl-astro-suntime/APKBUILD b/main/perl-astro-suntime/APKBUILD
index 07b2f4d372..d8069a78f0 100644
--- a/main/perl-astro-suntime/APKBUILD
+++ b/main/perl-astro-suntime/APKBUILD
@@ -3,31 +3,30 @@
pkgname=perl-astro-suntime
_realname=Astro-SunTime
pkgver=0.06
-pkgrel=0
+pkgrel=1
pkgdesc="Provides a function interface to calculate sun rise/set times."
-url="http://search.cpan.org/dist/Astro-SunTime/"
+url="https://metacpan.org/release/Astro-SunTime"
arch="noarch"
-license="GPL PerlArtistic"
+license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
makedepends="perl-dev perl-time-modules"
-install=
-subpackages=""
-source="http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/$_realname-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/R/RO/ROBF/Astro-SunTime-$pkgver.tar.gz"
-_builddir="$srcdir/$_realname-$pkgver"
+builddir="$srcdir/$_realname-$pkgver"
build() {
- cd $_builddir
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make && make test || return 1
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ make test
}
package() {
- cd $_builddir
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
find "$pkgdir" -name perllocal.pod -delete
-
}
sha512sums="58efedf8aa401ac9d4dbd526e19d67429b9740588e8706f7d5320c35b20e98014c5978ef9d76eacbfa551f5c323a74ad106331748a6ad77c537c0750da8ae65e Astro-SunTime-0.06.tar.gz"