[arch-commits] Commit in perl-cpan-meta-check/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Aug 1 12:13:45 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:13:45
Author: foutrelis
Revision: 366701
archrelease: copy trunk to community-staging-any
Added:
perl-cpan-meta-check/repos/community-staging-any/
perl-cpan-meta-check/repos/community-staging-any/PKGBUILD
(from rev 366700, perl-cpan-meta-check/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: perl-cpan-meta-check/repos/community-staging-any/PKGBUILD (from rev 366700, perl-cpan-meta-check/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 12:13:45 UTC (rev 366701)
@@ -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.014
+pkgrel=4
+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=('a10af09a7ce771ca3983adea8053d141750fd09849609a28e7f973831fd3a3ece55281841aec93c099154bb59135986da4983bf612ae4e956c45dbb3f2770f5e')
+
+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