aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-list-allutils/APKBUILD
blob: c31f5ccbf37a9c125e1e997a78c54351835f2e62 (plain)
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
# Automatically generated by apkbuild-cpan, template 1
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-list-allutils
_pkgreal=List-AllUtils
pkgver=0.15
pkgrel=0
pkgdesc="Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized package"
url="https://metacpan.org/release/List-AllUtils"
arch="noarch"
license="Artistic-2.0"
cpandepends="perl-list-utilsby perl-list-someutils"
depends="$cpandepends perl-scalar-list-utils"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	default_prepare 

	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make && make test
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install 
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="58fbf53ac94a2d9b27f6091939105d502d4983b9f0d545849fef6e761c8782bd4edebcb07a816d9183d32a6203b32a2ed4ea58222e65319d62006ecaf6835e5f  List-AllUtils-0.15.tar.gz"