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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:24:15 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:24:14
  Author: felixonmars
Revision: 649774

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 649773, perl-cpan-meta-check/trunk/PKGBUILD)

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

Copied: perl-cpan-meta-check/repos/community-staging-any/PKGBUILD (from rev 649773, perl-cpan-meta-check/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 16:24:14 UTC (rev 649774)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Moritz Bunkus <moritz at bunkus.org>
+
+pkgname=perl-cpan-meta-check
+pkgver=0.014
+pkgrel=6
+pkgdesc="Verify requirements in a CPAN::Meta object"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='https://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