Date: Saturday, May 25, 2019 @ 09:27:42
  Author: foutrelis
Revision: 470151

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

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

Copied: perl-test-differences/repos/community-staging-any/PKGBUILD (from rev 
470149, perl-test-differences/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-05-25 09:27:42 UTC (rev 470151)
@@ -0,0 +1,25 @@
+# This PKGBUILD was autocreated.  See https://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch <[email protected]>
+
+pkgname=perl-test-differences
+pkgver=0.64
+pkgrel=5
+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
+}

Reply via email to