contrib/p5-specio/Pkgfile

18 lines
517 B
Plaintext
Raw Normal View History

# Description: Type constraints and coercions for Perl
2019-12-20 23:20:10 +01:00
# URL: https://metacpan.org/pod/Specio
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-devel-stacktrace p5-mro-compat p5-role-tiny
name=p5-specio
2021-01-30 13:01:41 +01:00
version=0.47
release=1
source=(https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-$version.tar.gz)
build() {
cd Specio-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}