perl-Test-Script: Update to 1.23
This commit is contained in:
parent
0b35836568
commit
cf3e22792c
@ -2,28 +2,28 @@
|
|||||||
|
|
||||||
_realname=Test-Script
|
_realname=Test-Script
|
||||||
pkgname=perl-${_realname}
|
pkgname=perl-${_realname}
|
||||||
pkgver=1.18
|
pkgver=1.23
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Basic cross-platform tests for scripts"
|
pkgdesc="Basic cross-platform tests for scripts"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://search.cpan.org/dist/File-Which"
|
url="http://search.cpan.org/dist/Test-Script"
|
||||||
groups=('perl-modules')
|
groups=('perl-modules')
|
||||||
depends=('perl' 'perl-IPC-Run3' 'perl-Probe-Perl')
|
depends=('perl' 'perl-IPC-Run3' 'perl-Probe-Perl' 'perl-Test-Simple')
|
||||||
license=('GPL' 'PerlArtistic')
|
license=('GPL' 'PerlArtistic')
|
||||||
source=("https://www.cpan.org/authors/id/P/PL/PLICEASE/${_realname}-${pkgver}.tar.gz")
|
source=("https://www.cpan.org/authors/id/P/PL/PLICEASE/${_realname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('ffef55b5dd8c8c0b09b6ff650e7a7fb20effcf603701523e93b375a771b15efc')
|
sha256sums=('33a1e71b9797228c2124eea76831492ca9372e8f8075f3d8cded3ef818af44b1')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/${_realname}-${pkgver}"
|
cd "${srcdir}/${_realname}-${pkgver}"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/${_realname}-${pkgver}"
|
cd "${srcdir}/${_realname}-${pkgver}"
|
||||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/${_realname}-${pkgver}"
|
cd "${srcdir}/${_realname}-${pkgver}"
|
||||||
make install DESTDIR="$pkgdir"
|
make install DESTDIR="${pkgdir}"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user