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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 10:40:00 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:39:59
  Author: foutrelis
Revision: 649076

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-yaml-tiny/repos/community-staging-any/PKGBUILD (from rev 649075, perl-yaml-tiny/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:39:59 UTC (rev 649076)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: AUR Perl <aurperl at juster.info>
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-yaml-tiny
+pkgver=1.73
+pkgrel=4
+pkgdesc="Read/Write YAML files with as little code as possible"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
+url='https://search.cpan.org/dist/YAML-Tiny'
+source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz")
+sha512sums=('5999e220025aa8076e5e0e9e73e80c2da21660e77f6744d73e8e29962221d02d33a36e9829c44abf7d4f45abae069d8e121c8019bd1600b7e64db5e54efd9987')
+
+build() {
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check() {
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list