mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
testing/perl-module-install-authortests: new aport
designate tests only run by module authors https://metacpan.org/release/Module-Install-AuthorTests/
This commit is contained in:
parent
1de6da22a5
commit
ae2a3af84f
1 changed files with 35 additions and 0 deletions
35
testing/perl-module-install-authortests/APKBUILD
Normal file
35
testing/perl-module-install-authortests/APKBUILD
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Automatically generated by apkbuild-cpan, template 2
|
||||||
|
# Contributor: Timothy Legge <timlegge@gmail.com>
|
||||||
|
# Maintainer: Timothy Legge <timlegge@gmail.com>
|
||||||
|
pkgname=perl-module-install-authortests
|
||||||
|
_pkgreal=Module-Install-AuthorTests
|
||||||
|
pkgver=0.002
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="designate tests only run by module authors"
|
||||||
|
url="https://metacpan.org/release/Module-Install-AuthorTests/"
|
||||||
|
arch="noarch"
|
||||||
|
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||||
|
cpandepends="perl-module-install"
|
||||||
|
depends="$cpandepends"
|
||||||
|
makedepends="perl-dev"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Module-Install-AuthorTests-$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||||
|
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="13f3c9018171500ec0090f5f634508b3b0b9554fe9b02cf47f008d1e0005358e1b7d65b4b1347c86aff93da6ae60f0e5c1bdcb1f8c01de727231d3481b5b7153 Module-Install-AuthorTests-0.002.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue