summaryrefslogtreecommitdiff
path: root/user/perl-task-test-run-allplugins/APKBUILD
blob: 0a852bda62aefde7a99c49d4a2d801dee087987e (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
36
37
38
39
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-task-test-run-allplugins
_pkgreal=Task-Test-Run-AllPlugins
_author=SHLOMIF
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.0106
pkgrel=0
pkgdesc="Install all the Test::Run plugins"
url="https://metacpan.org/release/Task-Test-Run-AllPlugins"
arch="noarch"
license="MIT"
depends="perl perl-test-run perl-test-run-cmdline
	perl-test-run-plugin-alternateinterpreters
	perl-test-run-plugin-breakonfailure
	perl-test-run-plugin-colourfileverdicts
	perl-test-run-plugin-coloursummary
	perl-test-run-plugin-trimdisplayedfilenames"
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="22c13c064d19aa00816951081c0f1801f84bcf4f1f204598b327ed4a68c75d2ab75f9b1066eaf7fe80fbfcf87dfdb0f839d65603812966776f488871b61141ba  Task-Test-Run-AllPlugins-0.0106.tar.gz"