16 lines
635 B
Bash
16 lines
635 B
Bash
# Template build file for 'perl-Test-Script'.
|
|
pkgname=perl-Test-Script
|
|
version=1.16
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl perl-Probe-Perl perl-IPC-Run3"
|
|
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=9a38d46d8c19d92330d5a6be2547ed709ba6f2fc2758556d9e191754f264df06
|
|
nocross="https://api.travis-ci.org/jobs/209362491/log.txt"
|