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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:23:08 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:23:07
  Author: felixonmars
Revision: 1214175

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 1214174, perl-devel-checklib/trunk/PKGBUILD)

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

Copied: perl-devel-checklib/repos/community-staging-any/PKGBUILD (from rev 1214174, perl-devel-checklib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 10:23:07 UTC (rev 1214175)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: pzl <alsoelp _at_ gmail>
+
+pkgname=perl-devel-checklib
+pkgver=1.15
+pkgrel=2
+pkgdesc="Module to check if other perl modules are installed"
+arch=('any')
+url='https://search.cpan.org/dist/Devel-CheckLib/'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-capture-tiny')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz")
+sha512sums=('21678304e30526b92e8c06fa4db82c1d8e7d1fb90461414bb6fbdf7795aa97a644a3cc6e18e60144c773e11b714d5bdaa79c63a1e8d6a4c8d72686ca15ae2300')
+
+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