[arch-commits] Commit in perl-pod-coverage/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 11:57:05 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:57:01
  Author: felixonmars
Revision: 232210

archrelease: copy trunk to community-staging-any

Added:
  perl-pod-coverage/repos/community-staging-any/
  perl-pod-coverage/repos/community-staging-any/PKGBUILD
    (from rev 232208, perl-pod-coverage/trunk/PKGBUILD)

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

Copied: perl-pod-coverage/repos/community-staging-any/PKGBUILD (from rev 232208, perl-pod-coverage/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 11:57:01 UTC (rev 232210)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-pod-coverage
+pkgver=0.23
+pkgrel=2
+pkgdesc="Checks if the documentation of a module is comprehensive "
+arch=('any')
+url="http://search.cpan.org/dist/Pod-Coverage"
+license=('GPL' 'PerlArtistic')
+depends=('perl-devel-symdump>=2.01')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-$pkgver.tar.gz)
+md5sums=('12229e553ee7887680ee3db11da5ee52')
+
+build() {
+  cd  "$srcdir"/Pod-Coverage-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Pod-Coverage-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list