[arch-commits] Commit in perl-dbd-pg/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 11:25:33 UTC 2021
Date: Monday, May 24, 2021 @ 11:25:33
Author: felixonmars
Revision: 944426
archrelease: copy trunk to community-staging-x86_64
Added:
perl-dbd-pg/repos/community-staging-x86_64/
perl-dbd-pg/repos/community-staging-x86_64/PKGBUILD
(from rev 944422, perl-dbd-pg/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-dbd-pg/repos/community-staging-x86_64/PKGBUILD (from rev 944422, perl-dbd-pg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-05-24 11:25:33 UTC (rev 944426)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-dbd-pg
+pkgver=3.8.1
+pkgrel=3
+pkgdesc="Postgres Driver for DBI"
+arch=('x86_64')
+url="https://search.cpan.org/dist/DBD-Pg"
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz")
+sha256sums=('dbf11dda7eca72a9f0d59c0ae7a2ca3a16b8abd6b7184adf210d651f2706bec9')
+
+build() {
+ cd DBD-Pg-${pkgver}
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd DBD-Pg-${pkgver}
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list