[arch-commits] Commit in perl-devel-checklib/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:20:55 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:20:55
  Author: foutrelis
Revision: 366387

archrelease: copy trunk to community-staging-any

Added:
  perl-devel-checklib/repos/community-staging-any/
  perl-devel-checklib/repos/community-staging-any/PKGBUILD
    (from rev 366386, perl-devel-checklib/trunk/PKGBUILD)

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

Copied: perl-devel-checklib/repos/community-staging-any/PKGBUILD (from rev 366386, perl-devel-checklib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:20:55 UTC (rev 366387)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: pzl <alsoelp _at_ gmail>
+
+pkgname=perl-devel-checklib
+pkgver=1.13
+pkgrel=2
+pkgdesc="Module to check if other perl modules are installed"
+arch=('any')
+url='http://search.cpan.org/dist/Devel-CheckLib/'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-io-captureoutput')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz")
+sha512sums=('2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46')
+
+build() {
+  cd Devel-CheckLib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-CheckLib-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-CheckLib-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list