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

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


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

archrelease: copy trunk to community-staging-any

Added:
  perl-test-script/repos/community-staging-any/
  perl-test-script/repos/community-staging-any/PKGBUILD
    (from rev 1214275, perl-test-script/trunk/PKGBUILD)

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

Copied: perl-test-script/repos/community-staging-any/PKGBUILD (from rev 1214275, perl-test-script/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:13:11 UTC (rev 1214277)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-script
+pkgver=1.29
+pkgrel=3
+pkgdesc="Basic cross-platform tests for scripts"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Script"
+depends=('perl-capture-tiny' 'perl-probe-perl' 'perl-test2-suite')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Test-Script-$pkgver.tar.gz")
+sha512sums=('979fade0abc83f8d7d4c1c094fa928e27bd7c9db52140b156689d3b192d9ea84f5824554d6788c9144cf2923a04b1d8a8bdfdcc05a0be5514de92353c9a7d10f')
+
+build() {
+  cd Test-Script-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Script-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Script-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list