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

Felix Yan felixonmars at archlinux.org
Mon May 24 11:35:17 UTC 2021


    Date: Monday, May 24, 2021 @ 11:35:16
  Author: felixonmars
Revision: 944645

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 944639, perl-dbi-shell/trunk/PKGBUILD)

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

Copied: perl-dbi-shell/repos/community-staging-any/PKGBUILD (from rev 944639, perl-dbi-shell/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 11:35:16 UTC (rev 944645)
@@ -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=2
+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