[arch-commits] Commit in perl-dbi-shell/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:56:24 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:56:24
  Author: foutrelis
Revision: 1214571

archrelease: copy trunk to community-staging-any

Added:
  perl-dbi-shell/repos/community-staging-any/
  perl-dbi-shell/repos/community-staging-any/PKGBUILD
    (from rev 1214570, perl-dbi-shell/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: perl-dbi-shell/repos/community-staging-any/PKGBUILD (from rev 1214570, perl-dbi-shell/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:56:24 UTC (rev 1214571)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-dbi-shell
+pkgver=11.97
+pkgrel=3
+pkgdesc="Perl/CPAN Module DBI::Shell"
+arch=("any")
+url="https://search.cpan.org/dist/DBI-Shell"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-text-reform" "perl-io-tee")
+depends=("perl-text-reform" "perl-io-tee")
+source=("https://www.cpan.org/authors/id/D/DL/DLAMBLEY/DBI-Shell-$pkgver.tar.gz")
+sha256sums=('e9fece4b691bb8d096a5cbeb3f70c72df3ae70999125ca51fb09175095e5e68d')
+
+build() {
+  cd "$srcdir"/DBI-Shell-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/DBI-Shell-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list