summaryrefslogtreecommitdiff
path: root/user/perl-array-intspan/APKBUILD
blob: b36cd9c62b710ea4633708ffc644f6a54239ad45 (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: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-array-intspan
_pkgreal=Array-IntSpan
_author=DDUMONT
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=2.003
pkgrel=0
pkgdesc="Perl modules for interacting with arrays via integers"
url="https://metacpan.org/pod/Array::IntSpan"
arch="noarch"
license="Artistic-2.0"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/Array-IntSpan-$pkgver.tar.gz"
builddir="$srcdir/Array-IntSpan-$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="f55e39f7cccc3db56be07442e8b5f62d1afbf798ba3cf4008134ace8a30a6387cd7876f534e6bccfb24eb05213cc56961c7a28f73902c06105c80612a7c000a4  Array-IntSpan-2.003.tar.gz"