Date: Sunday, May 17, 2015 @ 19:12:17
  Author: jlichtblau
Revision: 133659

archrelease: copy trunk to community-testing-any

Added:
  perl-cpan-changes/repos/community-testing-any/
  perl-cpan-changes/repos/community-testing-any/PKGBUILD
    (from rev 133658, perl-cpan-changes/trunk/PKGBUILD)

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

Copied: perl-cpan-changes/repos/community-testing-any/PKGBUILD (from rev 
133658, perl-cpan-changes/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2015-05-17 17:12:17 UTC (rev 133659)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-cpan-changes
+pkgver=0.30
+pkgrel=1
+pkgdesc="Read and write Changes files"
+arch=('any')
+url='http://search.mcpan.org/dist/CPAN-Changes'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.mcpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-0.30.tar.gz)
+sha256sums=('e4ac13555163f22a7f99a9494f9db28c68b02447e08bce230515fc36a5cfa1ab')
+
+build() {
+  cd "${srcdir}"/CPAN-Changes-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL installdirs=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}"/CPAN-Changes-$pkgver
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/CPAN-Changes-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}

Reply via email to