17 lines
554 B
Bash
17 lines
554 B
Bash
# Template build file for 'perl-IPC-Run'.
|
|
pkgname=perl-IPC-Run
|
|
version=0.96
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
noarch=yes
|
|
short_desc="system() and background procs w/ piping, redirs, ptys"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://search.cpan.org/dist/IPC-Run"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/IPC/IPC-Run-${version}.tar.gz"
|
|
checksum=bbd24ff027e1c232b3dc027562c9f4386da72b76991d30f9f3d4119e87cf4640
|