[arch-commits] Commit in perl-test-pod/repos (staging-any staging-any/PKGBUILD)
    Evangelos Foutras 
    foutrelis at archlinux.org
       
    Thu Jun  1 08:57:53 UTC 2017
    
    
  
    Date: Thursday, June 1, 2017 @ 08:57:52
  Author: foutrelis
Revision: 297095
archrelease: copy trunk to staging-any
Added:
  perl-test-pod/repos/staging-any/
  perl-test-pod/repos/staging-any/PKGBUILD
    (from rev 297094, perl-test-pod/trunk/PKGBUILD)
----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
Copied: perl-test-pod/repos/staging-any/PKGBUILD (from rev 297094, perl-test-pod/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 08:57:52 UTC (rev 297095)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin <kevin at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=perl-test-pod
+pkgver=1.51
+pkgrel=2
+pkgdesc="Check for POD errors in files"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Pod/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${pkgver}.tar.gz)
+md5sums=('f806aa84de2f0c0fba48b3a5a8a4aecf')
+
+build() {
+  cd Test-Pod-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Pod-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-Pod-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
    
    
More information about the arch-commits
mailing list