[arch-commits] Commit in perl-data-dump/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:35:02 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:35:02
  Author: foutrelis
Revision: 1214064

archrelease: copy trunk to community-staging-any

Added:
  perl-data-dump/repos/community-staging-any/
  perl-data-dump/repos/community-staging-any/PKGBUILD
    (from rev 1214063, perl-data-dump/trunk/PKGBUILD)

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

Copied: perl-data-dump/repos/community-staging-any/PKGBUILD (from rev 1214063, perl-data-dump/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:35:02 UTC (rev 1214064)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-data-dump
+pkgver=1.25
+pkgrel=3
+pkgdesc="Pretty printing of data structures"
+arch=(any)
+url="https://metacpan.org/release/Data-Dump"
+license=(PerlArtistic GPL)
+depends=('perl')
+options=(!emptydirs)
+source=("https://cpan.metacpan.org/authors/id/G/GA/GARU/Data-Dump-${pkgver}.tar.gz")
+sha256sums=('a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd')
+
+build() {
+  cd Data-Dump-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Data-Dump-${pkgver}
+  make test
+}
+
+package() {
+  cd Data-Dump-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list