21 lines
653 B
Bash
21 lines
653 B
Bash
# Template file for 'perl-Test-Output'
|
|
pkgname=perl-Test-Output
|
|
version=1.031
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl perl-Capture-Tiny"
|
|
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage"
|
|
depends="${makedepends}"
|
|
short_desc="Test::Output - Utilities to test STDOUT and STDERR messages"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Artistic, GPL-1"
|
|
homepage="http://search.cpan.org/dist/Test-Output"
|
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4
|
|
|
|
do_check() {
|
|
make test
|
|
}
|