upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / perl-test2-suite / repos / community-any / PKGBUILD
blob5c70d232224aef75342959b052f3688d84bfcec0
1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=perl-test2-suite
4 pkgver=0.000153
5 pkgrel=1
6 pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
7 arch=('any')
8 license=('PerlArtistic')
9 url="https://metacpan.org/release/Test2-Suite"
10 depends=('perl-module-pluggable' 'perl-term-table' 'perl-test-simple>=1.302176')
11 options=('!emptydirs')
12 source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz")
13 sha512sums=('8b16ecf60aa206cb3a89c48388db5cce7abcdd894001a99f2e7a02124d04a7c2ef8b91053486949aa0065012d68c5b72650705431d726f84dab1a1b5cb427c03')
15 build() {
16   cd Test2-Suite-$pkgver
17   perl Makefile.PL INSTALLDIRS=vendor
18   make
21 check() {
22   cd Test2-Suite-$pkgver
23   make test
26 package() {
27   cd Test2-Suite-$pkgver
28   make DESTDIR="$pkgdir" install