[arch-commits] Commit in perl-dbi-shell/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 11:56:54 UTC 2019
Date: Saturday, May 25, 2019 @ 11:56:54
Author: foutrelis
Revision: 470558
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 470557, perl-dbi-shell/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: perl-dbi-shell/repos/community-staging-any/PKGBUILD (from rev 470557, perl-dbi-shell/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 11:56:54 UTC (rev 470558)
@@ -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.95
+pkgrel=8
+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/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