summaryrefslogtreecommitdiff
path: root/user/perl-test2-suite/APKBUILD
blob: 0440b6ccbf0c0e60f521ee4a0db474c67ee13b97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-test2-suite
pkgver=0.000124
pkgrel=0
pkgdesc="Collection of Perl modules in the Test2 namespace"
url="https://metacpan.org/pod/Test2::Suite"
arch="noarch"
license="Artistic-1.0-Perl"
depends="perl perl-importer perl-module-pluggable perl-scope-guard
	perl-sub-info perl-term-table perl-test-simple

	perl-sub-name perl-term-readkey perl-term-size-any
	perl-unicode-linebreak"
makedepends=""
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz"
builddir="$srcdir/Test2-Suite-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

package() {
	make DESTDIR="$pkgdir" install
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="d624edd8170fe3901fb5491c5fcff90a7b700cd725b911a70ae6058801888a75c0b9d74e05dec1c257f692ecdbc776098d3a065cd6bc2938bdeb82a2d2ed2552  Test2-Suite-0.000124.tar.gz"