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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 10:31:01 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:31:01
  Author: foutrelis
Revision: 1214206

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 1214205, perl-test-differences/trunk/PKGBUILD)

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

Copied: perl-test-differences/repos/community-staging-any/PKGBUILD (from rev 1214205, perl-test-differences/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 10:31:01 UTC (rev 1214206)
@@ -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.68
+pkgrel=3
+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=('e1de5ef0f13fa4c815d8f2574820d661')
+
+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