[arch-commits] Commit in perl-ipc-system-simple/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jun 21 10:19:10 UTC 2020
Date: Sunday, June 21, 2020 @ 10:19:10
Author: foutrelis
Revision: 389618
archrelease: copy trunk to staging-any
Added:
perl-ipc-system-simple/repos/staging-any/
perl-ipc-system-simple/repos/staging-any/PKGBUILD
(from rev 389617, perl-ipc-system-simple/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-ipc-system-simple/repos/staging-any/PKGBUILD (from rev 389617, perl-ipc-system-simple/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-06-21 10:19:10 UTC (rev 389618)
@@ -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=2
+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