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

Felix Yan felixonmars at archlinux.org
Wed Aug 1 11:57:22 UTC 2018


    Date: Wednesday, August 1, 2018 @ 11:57:21
  Author: felixonmars
Revision: 366599

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

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

Copied: perl-dbi-shell/repos/community-staging-any/PKGBUILD (from rev 366597, perl-dbi-shell/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 11:57:21 UTC (rev 366599)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-dbi-shell
+pkgver=11.95
+pkgrel=7
+pkgdesc="Perl/CPAN Module DBI::Shell"
+arch=("any")
+url="http://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/T/TL/TLOWERY/DBI-Shell-$pkgver.tar.gz")
+sha256sums=('44aa76c90a425d4aff9e2580a6baf334a5102fb794fbdb26e301294c190cbed9')
+
+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