[arch-commits] Commit in perl-object-realize-later/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:58:01 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:58:00
  Author: felixonmars
Revision: 1214591

archrelease: copy trunk to community-staging-any

Added:
  perl-object-realize-later/repos/community-staging-any/
  perl-object-realize-later/repos/community-staging-any/PKGBUILD
    (from rev 1214590, perl-object-realize-later/trunk/PKGBUILD)

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

Copied: perl-object-realize-later/repos/community-staging-any/PKGBUILD (from rev 1214590, perl-object-realize-later/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:58:00 UTC (rev 1214591)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-object-realize-later
+pkgver=0.21
+pkgrel=5
+pkgdesc="Perl/CPAN Module Object::Realize::Later : Delay construction of real data until used"
+arch=("any")
+url="https://search.cpan.org/~markov/Object-Realize-Later/"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/M/MA/MARKOV/Object-Realize-Later-$pkgver.tar.gz")
+sha256sums=('8f7b9640cc8e34ea92bcf6c01049a03c145e0eb46e562275e28dddd3a8d6d8d9')
+
+build() {
+  cd "$srcdir"/Object-Realize-Later-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Object-Realize-Later-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list