summaryrefslogtreecommitdiff
path: root/user/perl-test2-plugin-nowarnings/APKBUILD
blob: 74ba100a003ca572de343c9d5ea9834af1bf65fe (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
35
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-test2-plugin-nowarnings
_pkgreal=Test2-Plugin-NoWarnings
_author=DROLSKY
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.09
pkgrel=0
pkgdesc="Plugin for ensuring that tests fail if they produce a warning"
url="https://metacpan.org/pod/Test2::Plugin::NoWarnings"
arch="noarch"
license="Artistic-2.0"
depends="perl perl-test2-suite"
checkdepends="perl-ipc-run3"
makedepends=""
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$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="3b93d6c4522e913c4bc9d589b650f784327bed1a36a0dc18943dd2ea34654215333753cb532d5ffff6f0ef0af9ce0859e9744637cff89a1a1a5b936149f9b455  Test2-Plugin-NoWarnings-0.09.tar.gz"