summaryrefslogtreecommitdiff
path: root/p5-file-which/Pkgfile
blob: 1ca4817dd9c54b6232ff6329e244223266301662 (plain)
    1 # Description: Portable implementation of which
    2 # URL: https://metacpan.org/release/File-Which
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:
    5 
    6 name=p5-file-which
    7 version=1.27
    8 release=1
    9 source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-$version.tar.gz)
   10 
   11 build() {
   12   cd File-Which-$version
   13   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   14   make
   15   make DESTDIR=$PKG install
   16   find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   17 }

Generated by cgit