[arch-commits] Commit in perl-test-simple/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 08:33:29 UTC 2021
Date: Monday, May 24, 2021 @ 08:33:29
Author: felixonmars
Revision: 943957
archrelease: copy trunk to community-staging-any
Added:
perl-test-simple/repos/community-staging-any/
perl-test-simple/repos/community-staging-any/PKGBUILD
(from rev 943954, perl-test-simple/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-test-simple/repos/community-staging-any/PKGBUILD (from rev 943954, perl-test-simple/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 08:33:29 UTC (rev 943957)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-simple
+pkgver=1.302185
+pkgrel=2
+pkgdesc="Basic utilities for writing tests"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz")
+sha512sums=('3d0566b6be65b1a00ae1ddaef1aa8a75b32980bd2ce223ce2595c03de7fc6c2d997a329896bdbf19b60f4a52a1e1b7ac3382dbe165f1d9cf33aeeffb2f7ed3d6')
+
+build() {
+ cd Test-Simple-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Test-Simple-$pkgver
+ make test
+}
+
+package() {
+ cd Test-Simple-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list