summaryrefslogtreecommitdiff
path: root/user/perl-plack/APKBUILD
blob: fcac54b8f13e22d61dfe8fa198f66e57d37425f9 (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
40
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-plack
_pkgreal=Plack
_author=MIYAGAWA
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=1.0047
pkgrel=0
pkgdesc="Perl PSGI toolkit"
url="https://metacpan.org/release/Plack"
arch="noarch"
license="Artistic-1.0-Perl OR GPL-2.0-only"
depends="perl-apache-logformat-compiler perl-cookie-baker perl-devel-stacktrace
	perl-devel-stacktrace-ashtml perl-file-sharedir
	perl-file-sharedir-install perl-filesys-notify-simple
	perl-hash-multivalue perl-http-entity-parser perl-http-headers-fast
	perl-http-message perl-stream-buffered perl-try-tiny perl-uri
	perl-www-form-urlencoded"
checkdepends="perl-test-requires perl-test-tcp"
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="95fa7b7c1cc4d94bc077e69b52a6555e6f62e0119a29cb932f554e70a3466e8bb416b5a8e02c2a11c45f60e87fd01ed469c80a1c19c1a2eba7ba5ad2263e994c  Plack-1.0047.tar.gz"