[arch-commits] Commit in perl-test-exit/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:13:14 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:13:14
  Author: foutrelis
Revision: 1214278

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 1214277, perl-test-exit/trunk/PKGBUILD)

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

Copied: perl-test-exit/repos/community-staging-any/PKGBUILD (from rev 1214277, perl-test-exit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:13:14 UTC (rev 1214278)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-exit
+pkgver=0.11
+pkgrel=5
+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