[arch-commits] Commit in perl-ipc-shareable/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 11:32:28 UTC 2021


    Date: Monday, May 24, 2021 @ 11:32:28
  Author: foutrelis
Revision: 944577

archrelease: copy trunk to community-staging-any

Added:
  perl-ipc-shareable/repos/community-staging-any/
  perl-ipc-shareable/repos/community-staging-any/PKGBUILD
    (from rev 944576, perl-ipc-shareable/trunk/PKGBUILD)

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

Copied: perl-ipc-shareable/repos/community-staging-any/PKGBUILD (from rev 944576, perl-ipc-shareable/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 11:32:28 UTC (rev 944577)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-ipc-shareable
+pkgver=0.61
+pkgrel=7
+pkgdesc="Perl/CPAN Module IPC::Shareable : Tie a variable to shared memory"
+arch=("any")
+url="https://search.cpan.org/dist/IPC-Shareable"
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSOUTH/IPC-Shareable-$pkgver.tar.gz")
+md5sums=('8fb14d9e202651531ca5e5e5f1acd041')
+
+build() {
+  cd "$srcdir"/IPC-Shareable-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/IPC-Shareable-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list