16 lines
566 B
Bash
16 lines
566 B
Bash
# Template build file for 'perl-IPC-Run3'.
|
|
pkgname=perl-IPC-Run3
|
|
version=0.048
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
depends="perl"
|
|
short_desc='IPC::Run3 - run a subprocess and redirect stdin, stdout, and/or stderr'
|
|
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
|
homepage="https://metacpan.org/release/IPC-Run3"
|
|
license="Artistic, BSD, GPL-1, GPL-2, GPL-3"
|
|
distfiles="$CPAN_SITE/IPC/IPC-Run3-${version}.tar.gz"
|
|
checksum=3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565
|
|
noarch=yes
|