17 lines
599 B
Bash
17 lines
599 B
Bash
# Template build file for 'perl-Test-Script'.
|
|
pkgname=perl-Test-Script
|
|
version=1.23
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl perl-Probe-Perl perl-Capture-Tiny"
|
|
makedepends="perl"
|
|
depends="${hostmakedepends}"
|
|
noarch=yes
|
|
short_desc='Test::Script - Provides a series of basic tests'
|
|
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
|
homepage="https://metacpan.org/pod/Test::Script"
|
|
license="GPL-1, Artistic"
|
|
distfiles="$CPAN_SITE/Test/Test-Script-${version}.tar.gz"
|
|
checksum=33a1e71b9797228c2124eea76831492ca9372e8f8075f3d8cded3ef818af44b1
|