[arch-commits] Commit in perl-sub-handlesvia/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:48:05 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:48:05
  Author: felixonmars
Revision: 1214415

archrelease: copy trunk to community-staging-any

Added:
  perl-sub-handlesvia/repos/community-staging-any/
  perl-sub-handlesvia/repos/community-staging-any/PKGBUILD
    (from rev 1214414, perl-sub-handlesvia/trunk/PKGBUILD)

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

Copied: perl-sub-handlesvia/repos/community-staging-any/PKGBUILD (from rev 1214414, perl-sub-handlesvia/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:48:05 UTC (rev 1214415)
@@ -0,0 +1,30 @@
+pkgname=perl-sub-handlesvia
+_cpanname=Sub-HandlesVia
+pkgver=0.016
+pkgrel=3
+pkgdesc='Perl extension for easily overriding subroutines'
+url='https://metacpan.org/release/Sub-HandlesVia'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-moo' 'perl-mouse' 'perl-exporter-tiny' 'perl-type-tiny' 'perl-class-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('91932d7c56e4fc1bb9e737282ee45ffdcc6d4143ee0307cbcbee9fb3b3953bd955b62bc20809cef61d4e643a4d246dbab062a636a46f951a93bdf2f22a1b04d2')
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_cpanname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list