mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
perl-Test-Output: make noarch
This commit is contained in:
parent
eb93c86430
commit
26b2ac271b
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'perl-Test-Output'
|
# Template file for 'perl-Test-Output'
|
||||||
pkgname=perl-Test-Output
|
pkgname=perl-Test-Output
|
||||||
version=1.031
|
version=1.031
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="perl perl-Capture-Tiny"
|
makedepends="perl perl-Capture-Tiny"
|
||||||
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage"
|
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage"
|
||||||
depends="${makedepends}"
|
depends="$makedepends"
|
||||||
short_desc="Test::Output - Utilities to test STDOUT and STDERR messages"
|
short_desc="Test::Output - Utilities to test STDOUT and STDERR messages"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="http://search.cpan.org/dist/Test-Output"
|
homepage="http://search.cpan.org/dist/Test-Output"
|
||||||
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4
|
checksum=f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4
|
||||||
|
|
Loading…
Add table
Reference in a new issue