summaryrefslogtreecommitdiff
path: root/p5-ipc-run3/Pkgfile
blob: 699f533edb8319415b0ae3192c1cad81ba36eb05 (plain)
    1 # Description: run a subprocess with input/ouput redirection
    2 # URL: https://metacpan.org/pod/IPC::Run3
    3 # Maintainer: Juergen Daubert, jue at crux dot nu
    4 
    5 name=p5-ipc-run3
    6 version=0.048
    7 release=1
    8 source=(https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-$version.tar.gz)
    9 
   10 build() {
   11 	cd IPC-Run3-$version
   12 	unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
   13 	export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   14 	perl Makefile.PL
   15 	make
   16 	make install INSTALLDIRS=vendor DESTDIR=$PKG
   17 	find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   18 }

Generated by cgit