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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:52:17 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:52:17
  Author: felixonmars
Revision: 649113

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

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

Copied: perl-test-differences/repos/community-staging-any/PKGBUILD (from rev 649112, perl-test-differences/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:52:17 UTC (rev 649113)
@@ -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=6
+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