[arch-commits] Commit in perl-test-deep/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:48:05 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:48:05
  Author: felixonmars
Revision: 659865

archrelease: copy trunk to community-staging-any

Added:
  perl-test-deep/repos/community-staging-any/
  perl-test-deep/repos/community-staging-any/PKGBUILD
    (from rev 659863, perl-test-deep/trunk/PKGBUILD)

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

Copied: perl-test-deep/repos/community-staging-any/PKGBUILD (from rev 659863, perl-test-deep/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:48:05 UTC (rev 659865)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-deep
+pkgver=1.128
+pkgrel=3
+pkgdesc="Extremely flexible deep comparison "
+arch=('any')
+url="https://search.cpan.org/dist/Test-Deep"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-nowarnings' 'perl-test-simple')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-$pkgver.tar.gz)
+sha256sums=('852d7e836fba8269b0b755082051a24a1a309d015a8b76838790af9e3760092f')
+
+build() {
+  cd  "$srcdir"/Test-Deep-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Deep-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list