void-packages/srcpkgs/perl-IPC-Run/template

22 lines
798 B
Plaintext
Raw Normal View History

2011-07-13 17:28:12 +02:00
# Template build file for 'perl-IPC-Run'.
pkgname=perl-IPC-Run
2013-11-23 12:36:45 +01:00
version=0.92
revision=1
2011-07-13 17:28:12 +02:00
wrksrc="IPC-Run-$version"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}"
depends="${makedepends}"
noarch="yes"
2011-07-13 17:28:12 +02:00
short_desc="system() and background procs w/ piping, redirs, ptys"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-11-23 12:36:45 +01:00
homepage="http://search.cpan.org/dist/IPC-Run"
2011-07-13 17:28:12 +02:00
license="GPL-2"
distfiles="${CPAN_SITE}/IPC/IPC-Run-$version.tar.gz"
2013-11-23 12:36:45 +01:00
checksum=e186b46ddf1577d24f11eec1ba42285963c3f71ec7ecb1ce51d6e88c729d46d2
2011-07-13 17:28:12 +02:00
long_desc="
IPC::Run allows you to run and interact with child processes using files,
pipes, and pseudo-ttys. Both system()-style and scripted usages are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed."