mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
33 lines
1 KiB
Text
33 lines
1 KiB
Text
# Automatically generated by apkbuild-cpan, template 3
|
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=perl-astro-suntime
|
|
_pkgreal=Astro-SunTime
|
|
pkgver=0.06
|
|
pkgrel=4
|
|
pkgdesc="A functional module for calculating sunrise/sunset times"
|
|
url="https://metacpan.org/release/Astro-SunTime/"
|
|
arch="noarch"
|
|
license="GPL-3.0-only"
|
|
depends="perl perl-time-parsedate"
|
|
makedepends="perl-module-build"
|
|
checkdepends="perl-time-parsedate"
|
|
source="https://cpan.metacpan.org/authors/id/R/RO/ROBF/Astro-SunTime-$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
|
|
|
build() {
|
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
|
perl Build.PL --installdirs=vendor
|
|
./Build
|
|
}
|
|
|
|
check() {
|
|
./Build test
|
|
}
|
|
|
|
package() {
|
|
./Build install destdir="$pkgdir"
|
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
|
}
|
|
|
|
sha512sums="58efedf8aa401ac9d4dbd526e19d67429b9740588e8706f7d5320c35b20e98014c5978ef9d76eacbfa551f5c323a74ad106331748a6ad77c537c0750da8ae65e Astro-SunTime-0.06.tar.gz"
|