[arch-commits] Commit in perl-module-scandeps/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:24:31 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:24:31
  Author: felixonmars
Revision: 1214185

archrelease: copy trunk to community-staging-any

Added:
  perl-module-scandeps/repos/community-staging-any/
  perl-module-scandeps/repos/community-staging-any/PKGBUILD
    (from rev 1214184, perl-module-scandeps/trunk/PKGBUILD)

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

Copied: perl-module-scandeps/repos/community-staging-any/PKGBUILD (from rev 1214184, perl-module-scandeps/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 10:24:31 UTC (rev 1214185)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: xRemaLx <anton.komolov at gmail.com>
+
+pkgname=perl-module-scandeps
+_pkgname=Module-ScanDeps
+pkgver=1.31
+pkgrel=3
+pkgdesc="Scan file prerequisites"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-requires')
+url="https://search.cpan.org/dist/Module-ScanDeps"
+source=("https://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanDeps-$pkgver.tar.gz")
+sha512sums=('c7164d768b6401a0d01516f5a09ddf2a0399355738ff17d04757aeb235b47f8d973083d0425ca53757588916c7fb2959d8c042361055a0e8eab7bf6d4c31d6fd')
+
+build() {
+  cd Module-ScanDeps-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Module-ScanDeps-$pkgver
+  make test
+}
+
+package() {
+  cd Module-ScanDeps-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list