aports/testing/perl-test-randomresult/APKBUILD
Celeste c8411244d2 testing/perl-test-randomresult: new aport
https://metacpan.org/release/Test-RandomResult/
Test that results of a running code look random

Needed as checkdepends for perl-color-rgb-util
2024-04-16 11:26:39 +00:00

39 lines
1.1 KiB
Plaintext

# Automatically generated by apkbuild-cpan, template 4
# Contributor: Celeste <cielesti@protonmail.com>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=perl-test-randomresult
pkgver=0.001
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Test-RandomResult
pkgdesc="Test that results of a running code look random"
url="https://metacpan.org/release/Test-RandomResult/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/Test-RandomResult-$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 \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
}
check() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make test
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
ce85acf051686186c44e9972e610117c821018c2d32900ce56ef6c96fbca6afb58f729bfe18a1651a27359d9fbf8f855a2b2b7969ef154befaf20adabbc6767b Test-RandomResult-0.001.tar.gz
"