[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Sun Jul 10 12:22:47 UTC 2016


    Date: Sunday, July 10, 2016 @ 12:22:46
  Author: felixonmars
Revision: 182606

addpkg: perl-cpan-meta-check 0.012-1

Added:
  perl-cpan-meta-check/
  perl-cpan-meta-check/repos/
  perl-cpan-meta-check/trunk/
  perl-cpan-meta-check/trunk/PKGBUILD

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

Added: perl-cpan-meta-check/trunk/PKGBUILD
===================================================================
--- perl-cpan-meta-check/trunk/PKGBUILD	                        (rev 0)
+++ perl-cpan-meta-check/trunk/PKGBUILD	2016-07-10 12:22:46 UTC (rev 182606)
@@ -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:


Property changes on: perl-cpan-meta-check/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list