main/perl-dbd-pg: take over maintainership

This commit is contained in:
Celeste 2024-05-28 15:24:36 +00:00
parent 737533635e
commit 5b018ab93b

View file

@ -1,12 +1,12 @@
# Automatically generated by apkbuild-cpan, template 3
# Automatically generated by apkbuild-cpan, template 4
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=perl-dbd-pg
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=DBD-Pg
pkgver=3.18.0
pkgrel=1
pkgdesc="Perl module for DBD-Pg"
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=DBD-Pg
pkgdesc="DBI PostgreSQL interface"
url="https://metacpan.org/release/DBD-Pg/"
arch="all"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
@ -18,7 +18,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
INSTALLDIRS=vendor \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
}
@ -29,7 +32,6 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="