[arch-commits] Commit in perl-test-pod/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:30:38 UTC 2021


    Date: Monday, May 24, 2021 @ 08:30:37
  Author: foutrelis
Revision: 415938

archrelease: copy trunk to staging-any

Added:
  perl-test-pod/repos/staging-any/
  perl-test-pod/repos/staging-any/PKGBUILD
    (from rev 415937, perl-test-pod/trunk/PKGBUILD)

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

Copied: perl-test-pod/repos/staging-any/PKGBUILD (from rev 415937, perl-test-pod/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2021-05-24 08:30:37 UTC (rev 415938)
@@ -0,0 +1,31 @@
+# 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=6
+pkgdesc="Check for POD errors in files"
+arch=('any')
+url="https://search.cpan.org/dist/Test-Pod/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://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