[arch-commits] Commit in perl-ipc-shareable/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sun May 29 12:04:41 UTC 2022
Date: Sunday, May 29, 2022 @ 12:04:41
Author: foutrelis
Revision: 1214726
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 1214724, perl-ipc-shareable/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: perl-ipc-shareable/repos/community-staging-any/PKGBUILD (from rev 1214724, perl-ipc-shareable/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2022-05-29 12:04:41 UTC (rev 1214726)
@@ -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=8
+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