mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 14:26:38 +02:00
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
# Automatically generated by apkbuild-cpan, template 2
|
|
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
|
pkgname=perl-template-plugin-csv
|
|
_pkgreal=Template-Plugin-CSV
|
|
pkgver=0.04
|
|
pkgrel=3
|
|
pkgdesc="Template plugin to generate CSV"
|
|
url="https://metacpan.org/release/Template-Plugin-CSV/"
|
|
arch="noarch"
|
|
license="GPL PerlArtistic"
|
|
depends="perl perl-template-toolkit perl-text-csv"
|
|
makedepends="perl-module-install"
|
|
subpackages="$pkgname-doc"
|
|
source="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/$_pkgreal-$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
|
|
|
prepare() {
|
|
default_prepare || return 1
|
|
|
|
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
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install || return 1
|
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
|
make test
|
|
}
|
|
|
|
sha512sums="41d36e1208f3e4be35383377c89bba4b56589b7892146e208bfea82fadee1c48e29963969feed7848be4d7900f6bffcc4f87071922d1771832cebfbf52b7cccd Template-Plugin-CSV-0.04.tar.gz"
|