[arch-commits] Commit in perl-test-exit/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 10:36:37 UTC 2019
Date: Saturday, May 25, 2019 @ 10:36:37
Author: foutrelis
Revision: 470236
archrelease: copy trunk to community-staging-any
Added:
perl-test-exit/repos/community-staging-any/
perl-test-exit/repos/community-staging-any/PKGBUILD
(from rev 470235, perl-test-exit/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-test-exit/repos/community-staging-any/PKGBUILD (from rev 470235, perl-test-exit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 10:36:37 UTC (rev 470236)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-exit
+pkgver=0.11
+pkgrel=2
+pkgdesc="Test whether code exits without terminating testing."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Exit"
+depends=('perl-return-multilevel')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Test-Exit-$pkgver.tar.gz")
+sha512sums=('cd2ebb191f1d0c64017df9c4de50539985b96251222d88c644dafeb64b7373afdf28cd84d1c58caa78ee5704650f94efdd0e2971bbba962c1aeb799e812f26e4')
+
+build() {
+ cd Test-Exit-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Test-Exit-$pkgver
+ make test
+}
+
+package() {
+ cd Test-Exit-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list