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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 12:32:24 UTC 2020


    Date: Sunday, June 21, 2020 @ 12:32:24
  Author: felixonmars
Revision: 649261

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

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

Copied: perl-test-exit/repos/community-staging-any/PKGBUILD (from rev 649259, perl-test-exit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 12:32:24 UTC (rev 649261)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-exit
+pkgver=0.11
+pkgrel=3
+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