void-packages/srcpkgs/perl-IO-Tty/template
2013-11-23 11:57:36 +01:00

22 lines
592 B
Plaintext

# Template build file for 'perl-IO-Tty'.
pkgname=perl-IO-Tty
version=1.10
revision=2
wrksrc="IO-Tty-$version"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}"
short_desc="IO::Tty - Perl interface to Low-level allocate a pseudo-Tty"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/dist/IO-Tty/"
license="GPL-2"
distfiles="${CPAN_SITE}/IO/IO-Tty-$version.tar.gz"
checksum=31a6e21ad187ec5ea93c2b898d6b3519647c5fce9f394b6d3c05a1f7c3f6f8b1
perl-IO-Tty_package() {
depends="${makedepends}"
pkg_install() {
vmove all
}
}