[arch-commits] Commit in perl-test-pod/repos (staging-any staging-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:05:41 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:05:41
Author: bluewind
Revision: 329949
archrelease: copy trunk to staging-any
Added:
perl-test-pod/repos/staging-any/
perl-test-pod/repos/staging-any/PKGBUILD
(from rev 329947, perl-test-pod/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: perl-test-pod/repos/staging-any/PKGBUILD (from rev 329947, perl-test-pod/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2018-08-01 09:05:41 UTC (rev 329949)
@@ -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.52
+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)
+sha512sums=('9b078488e1da8b907f5f3a46452aa9bfd49db61f1539d076dccebf9a8b476eaf0f539f00badc9c500b1e732a8827331b2286375924986efb990367767eeb8365')
+
+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