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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:35:25 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:35:24
  Author: foutrelis
Revision: 446726

archrelease: copy trunk to staging-any

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

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

Copied: perl-test-pod/repos/staging-any/PKGBUILD (from rev 446725, perl-test-pod/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-05-29 09:35:24 UTC (rev 446726)
@@ -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=7
+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