contrib/p5-file-which/Pkgfile

18 lines
484 B
Plaintext
Raw Normal View History

2019-08-04 16:15:56 +02:00
# Description: Portable implementation of which
# URL: https://metacpan.org/release/File-Which
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-file-which
2021-05-09 14:09:05 +02:00
version=1.27
2019-08-04 16:15:56 +02:00
release=1
source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-$version.tar.gz)
build() {
cd File-Which-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}