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

Felix Yan felixonmars at archlinux.org
Fri Mar 10 05:27:35 UTC 2017


    Date: Friday, March 10, 2017 @ 05:27:35
  Author: felixonmars
Revision: 215485

archrelease: copy trunk to community-any

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

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

Copied: perl-devel-checklib/repos/community-any/PKGBUILD (from rev 215484, perl-devel-checklib/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-03-10 05:27:35 UTC (rev 215485)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: pzl <alsoelp _at_ gmail>
+
+pkgname=perl-devel-checklib
+pkgver=1.07
+pkgrel=1
+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")
+md5sums=('66c76e5cdbae547bb61c3e872f0c6479')
+
+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