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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:19:05 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:19:04
  Author: felixonmars
Revision: 649729

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 649728, perl-ipc-shareable/trunk/PKGBUILD)

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

Copied: perl-ipc-shareable/repos/community-staging-any/PKGBUILD (from rev 649728, perl-ipc-shareable/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 16:19:04 UTC (rev 649729)
@@ -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=6
+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