aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-datetime-format-xsd/APKBUILD
blob: 1a588d1150152e7cf357626846c058eaf4f140b4 (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
# Automatically generated by apkbuild-cpan, template 2
# Contributor: Timothy Legge <timlegge@gmail.com>
# Maintainer: Timothy Legge <timlegge@gmail.com>
pkgname=perl-datetime-format-xsd
_pkgreal=DateTime-Format-XSD
pkgver=0.2
pkgrel=2
pkgdesc="Format DateTime according to xsd:dateTime"
url="https://metacpan.org/release/DateTime-Format-XSD/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl-datetime-format-iso8601"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/D/DR/DRUOSO/DateTime-Format-XSD-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

build() {
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make test
}

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

sha512sums="2ee29b1a573a6d42b7e50515f441faf4cc91c696bc5f92cd428b70a061e572a2b32fa07ca3a90f1e269dedd750a2f31fb9ebae47389acb07611cd6b04c328faf  DateTime-Format-XSD-0.2.tar.gz"