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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:04:37 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:04:36
  Author: foutrelis
Revision: 1214225

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-inter/repos/community-staging-any/PKGBUILD (from rev 1214223, perl-test-inter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:04:36 UTC (rev 1214225)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-inter
+pkgver=1.09
+pkgrel=5
+pkgdesc='Framework for more readable interactive test scripts'
+arch=('any')
+url="https://metacpan.org/release/Test-Inter"
+license=('PerlArtistic')
+depends=('perl')
+makedepends=('perl-file-find-rule' 'perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Test-Inter-$pkgver.tar.gz")
+sha512sums=('b1f556393a445ae2c04fcc958fc3c9ee9091d17aaa9997dfde13098622162ebc27ac0282401abc27131a3b072be3aafeb5cc74af4b3e1ff4149f6c77536ef6c4')
+
+build() {
+  cd Test-Inter-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Inter-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Inter-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list