# Maintainer: Felix Yan # Contributor: Kevin Piche # Contributor: K. Piche pkgname=perl-date-calc _realname=Date-Calc pkgver=6.4 pkgrel=10 pkgdesc="Perl module for Gregorian calendar date calculations" arch=(any) license=('PerlArtistic') url="https://search.cpan.org/dist/Date-Calc/" depends=('perl-bit-vector' 'perl') options=(!emptydirs) source=(https://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Date-Calc-$pkgver.tar.gz) sha256sums=('7ce137b2e797b7c0901f3adf1a05a19343356cd1f04676aa1c56a9f624f859ad') build() { cd Date-Calc-$pkgver # install module in vendor directories. perl Makefile.PL INSTALLDIRS=vendor make } package() { cd Date-Calc-$pkgver make install DESTDIR="$pkgdir" }