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

Florian Pritz bluewind at archlinux.org
Thu Jun 1 08:51:54 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:51:54
  Author: bluewind
Revision: 231826

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-manifest/repos/community-staging-any/PKGBUILD (from rev 231825, perl-test-manifest/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 08:51:54 UTC (rev 231826)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-manifest
+pkgver=2.02
+pkgrel=2
+pkgdesc="configure which test files to run"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Manifest"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Manifest-$pkgver.tar.gz)
+md5sums=('fdd832e160cacf1496db3adf57515ad9')
+
+build() {
+  cd  "$srcdir"/Test-Manifest-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Manifest-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list