[arch-commits] Commit in perl-cpan-meta-check/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jul 10 12:23:05 UTC 2016


    Date: Sunday, July 10, 2016 @ 12:23:05
  Author: felixonmars
Revision: 182607

archrelease: copy trunk to community-any

Added:
  perl-cpan-meta-check/repos/community-any/
  perl-cpan-meta-check/repos/community-any/PKGBUILD
    (from rev 182606, perl-cpan-meta-check/trunk/PKGBUILD)

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

Copied: perl-cpan-meta-check/repos/community-any/PKGBUILD (from rev 182606, perl-cpan-meta-check/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-07-10 12:23:05 UTC (rev 182607)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Moritz Bunkus <moritz at bunkus.org>
+
+pkgname=perl-cpan-meta-check
+pkgver=0.012
+pkgrel=1
+pkgdesc="Verify requirements in a CPAN::Meta object"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/CPAN-Meta-Check'
+depends=('perl')
+makedepends=('perl-test-deep')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz")
+sha512sums=('99ec6721dfb6be8fae7e5a4f6418d4d12d8d093df11f0596480ecc19a46ef3af3fc3da91ccdd7110f974e8f4d04e33166d76804b673a019bc4994f96b7078e7d')
+
+build() {
+  cd CPAN-Meta-Check-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Meta-Check-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Meta-Check-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list