[arch-commits] Commit in perl-test-exit/repos (community-any community-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 11 05:17:53 UTC 2019
Date: Thursday, April 11, 2019 @ 05:17:52
Author: felixonmars
Revision: 450937
archrelease: copy trunk to community-any
Added:
perl-test-exit/repos/community-any/
perl-test-exit/repos/community-any/PKGBUILD
(from rev 450936, perl-test-exit/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-test-exit/repos/community-any/PKGBUILD (from rev 450936, perl-test-exit/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2019-04-11 05:17:52 UTC (rev 450937)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-exit
+pkgver=0.11
+pkgrel=1
+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