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

Felix Yan felixonmars at archlinux.org
Mon May 24 10:43:37 UTC 2021


    Date: Monday, May 24, 2021 @ 10:43:36
  Author: felixonmars
Revision: 944314

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-module-install/repos/community-staging-any/PKGBUILD (from rev 944313, perl-module-install/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 10:43:36 UTC (rev 944314)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
+
+pkgname=perl-module-install
+pkgver=1.19
+pkgrel=5
+pkgdesc="Module::Install - Standalone, extensible Perl module installer"
+arch=('any')
+url='https://search.cpan.org/dist/Module-Install'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-file-remove' 'perl-json' 'perl-module-build' 'perl-module-scandeps' 'perl-par-dist'
+         'perl-cpan-meta' 'perl-yaml-tiny')
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-$pkgver.tar.gz")
+sha512sums=('68a255402c98955cfcb5a8a99555fe511b89d5fccf96ee1c498cab347c8945f3abe53485ea936f7419420d9c7beb52c861516f4cfd299812cebf80eab50fa5ba')
+
+build() {
+  cd Module-Install-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Module-Install-$pkgver
+  make test
+}
+
+package() {
+  cd Module-Install-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list