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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:31:45 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:31:45
  Author: foutrelis
Revision: 1213989

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 1213987, perl-test-simple/trunk/PKGBUILD)

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

Copied: perl-test-simple/repos/community-staging-any/PKGBUILD (from rev 1213987, perl-test-simple/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:31:45 UTC (rev 1213989)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-simple
+pkgver=1.302190
+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=('f9add3bcbec5d080034878f457795c2febba78712ae74611fc513bd771d7e63a4364ae4be98e913e0c758afbe10dcd618b1b087da23e969c7398da7006cda869')
+
+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