contrib/p5-ipc-system-simple/Pkgfile

22 lines
594 B
Plaintext
Raw Normal View History

2019-10-23 12:57:57 +02:00
# Description: Run commands simply, with detailed diagnostics
# URL: https://metacpan.org/release/IPC-System-Simple
# Maintainer: Danny Rawlins, crux at romster dot me
name=p5-ipc-system-simple
_realname=IPC-System-Simple
_author=PJF
version=1.25
release=1
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$version.tar.gz)
build() {
cd $_realname-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR="$PKG" install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
find $PKG -depth -empty -delete
}