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

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


    Date: Sunday, May 29, 2022 @ 09:31:58
  Author: foutrelis
Revision: 1213998

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-test-yaml/repos/community-staging-any/PKGBUILD (from rev 1213997, perl-test-yaml/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:31:58 UTC (rev 1213998)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-yaml
+pkgver=1.07
+pkgrel=6
+pkgdesc="Testing Module for YAML Implementations"
+arch=('any')
+url="https://search.cpan.org/dist/Test-YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-test-base')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/T/TI/TINITA/Test-YAML-${pkgver}.tar.gz")
+sha512sums=('fe169d351e3c3e41c04d4429bc698f0aa49c7572e1681d4d72d5610d56234642093a31ed7ee5a972cac3e714ff481aa31e69bf12807ec446dd6f927e854d5606')
+
+build() {
+  cd Test-YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd Test-YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list