[arch-commits] Commit in perl-ipc-system-simple/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 08:36:42 UTC 2021
Date: Monday, May 24, 2021 @ 08:36:41
Author: felixonmars
Revision: 416028
archrelease: copy trunk to staging-any
Added:
perl-ipc-system-simple/repos/staging-any/
perl-ipc-system-simple/repos/staging-any/PKGBUILD
(from rev 416027, perl-ipc-system-simple/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-ipc-system-simple/repos/staging-any/PKGBUILD (from rev 416027, perl-ipc-system-simple/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-05-24 08:36:41 UTC (rev 416028)
@@ -0,0 +1,30 @@
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-ipc-system-simple
+pkgver=1.30
+pkgrel=3
+pkgdesc="Run commands simply, with detailed diagnostics"
+arch=('any')
+url="https://search.cpan.org/dist/IPC-System-Simple"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/IPC-System-Simple-$pkgver.tar.gz")
+sha512sums=('82937df80ae38a9c21e43e256a21cdac1482d4a069eae282043d676ece06251a7139b752cd2b379a0f69ea9209ddd075607da86c6cb9b25f19cf90d91c28d72f')
+
+build() {
+ cd IPC-System-Simple-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd IPC-System-Simple-$pkgver
+ make test
+}
+
+package() {
+ cd IPC-System-Simple-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list