contrib/p5-datetime-calendar-julian/Pkgfile

23 lines
699 B
Plaintext

# Description: Perl module for Dates in the Julian calendar
# URL: https://metacpan.org/release/DateTime-Calendar-Julian
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-datetime-calendar-julian
version=0.107
release=1
source=(https://cpan.metacpan.org/authors/id/W/WY/WYANT/DateTime-Calendar-Julian-$version.tar.gz)
build() {
cd DateTime-Calendar-Julian-$version
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG
find $PKG -name .packlist -o \
-name perllocal.pod -o \
-name README -o \
-name '*.bs' | xargs rm
}