perl-Test-Cmd: make noarch
This commit is contained in:
parent
cbe887820d
commit
a8e4101210
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'perl-Test-Cmd'
|
# Template file for 'perl-Test-Cmd'
|
||||||
pkgname=perl-Test-Cmd
|
pkgname=perl-Test-Cmd
|
||||||
version=1.09
|
version=1.09
|
||||||
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"
|
makedepends="perl"
|
||||||
depends="${makedepends}"
|
depends="$makedepends"
|
||||||
short_desc="Test::Cmd - Perl module for portable testing of commands and scripts"
|
short_desc="Test::Cmd - Perl module for portable testing of commands and scripts"
|
||||||
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-Cmd"
|
homepage="http://search.cpan.org/dist/Test-Cmd"
|
||||||
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=cf3320ecdde791e0b8945a20c1f6f265d90f1e3dab18f1e23cb677c79d729684
|
checksum=cf3320ecdde791e0b8945a20c1f6f265d90f1e3dab18f1e23cb677c79d729684
|
||||||
|
|
Loading…
Reference in a new issue