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

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:42:44 UTC 2021


    Date: Monday, May 24, 2021 @ 08:42:44
  Author: foutrelis
Revision: 944082

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-differences/repos/community-staging-any/PKGBUILD (from rev 944081, perl-test-differences/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 08:42:44 UTC (rev 944082)
@@ -0,0 +1,25 @@
+# This PKGBUILD was autocreated.  See https://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-test-differences
+pkgver=0.64
+pkgrel=7
+pkgdesc="Perl/CPAN Module Test::Differences"
+arch=(any)
+depends=(perl-text-diff)
+url="https://search.cpan.org/dist/Test-Differences"
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Test-Differences-$pkgver.tar.gz")
+md5sums=('ecfda620fe133e36a6e392d94ab8424d')
+
+build() {
+  cd "$srcdir"/Test-Differences-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor  
+  make 
+}
+package() {
+  cd "$srcdir"/Test-Differences-$pkgver
+  make install DESTDIR="$pkgdir" 
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list