New package: perl-Test-Output-1.031.
This commit is contained in:
parent
8dc6e55167
commit
f82c50f6e0
1 changed files with 20 additions and 0 deletions
20
srcpkgs/perl-Test-Output/template
Normal file
20
srcpkgs/perl-Test-Output/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue