[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Jun 5 13:16:31 UTC 2022


    Date: Sunday, June 5, 2022 @ 13:16:31
  Author: bluewind
Revision: 1222863

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
    (from rev 1222862, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-05 13:16:28 UTC (rev 1222862)
+++ PKGBUILD	2022-06-05 13:16:31 UTC (rev 1222863)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=cpanminus
-pkgver=1.7044
-pkgrel=6
-pkgdesc='get, unpack, build and install modules from CPAN'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1')
-provides=("perl-app-cpanminus=$pkgver")
-url=https://metacpan.org/release/App-cpanminus
-source=("https://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
-md5sums=(6e76f94dced6d4672686a30d16f8e890)
-sha512sums=(85e88de8fbefabdfd84fe8aeaa8294d58d63e27276cd6d8b8dfc5dc4cd6c30c12f5859f30e4930842d6d06af50c88d71358dee49c93821234c811aa39de822d7)
-_ddir="App-cpanminus-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 1222862, cpanminus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-05 13:16:31 UTC (rev 1222863)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=cpanminus
+pkgver=1.7046
+pkgrel=1
+pkgdesc='get, unpack, build and install modules from CPAN'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1')
+provides=("perl-app-cpanminus=$pkgver")
+url=https://metacpan.org/release/App-cpanminus
+source=("https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
+md5sums=(c6630373e444ed1e6b772e50e526a333)
+sha512sums=(ced5f264979eb50cc33ac566c0242998c9b9c158ba435b9a180810f58eaa0b28d0de70312ade10df0ee3808369423f7baa029f2be740461d20a695e5e24d0d9b)
+_ddir="App-cpanminus-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list