summaryrefslogtreecommitdiff
path: root/user/perl-data-dump
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-data-dump')
-rw-r--r--user/perl-data-dump/APKBUILD22
1 files changed, 12 insertions, 10 deletions
diff --git a/user/perl-data-dump/APKBUILD b/user/perl-data-dump/APKBUILD
index 5ff3228e7..0ff8bd20a 100644
--- a/user/perl-data-dump/APKBUILD
+++ b/user/perl-data-dump/APKBUILD
@@ -1,32 +1,34 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-data-dump
-pkgver=1.23
+_pkgreal=Data-Dump
+_author=GARU
+_au=${_author%%"${_author#??}"}
+_a=${_author%%"${_author#?}"}
+pkgver=1.25
pkgrel=0
pkgdesc="Perl module for outputting data structures"
url="https://metacpan.org/pod/Data::Dump"
arch="noarch"
-license="Artistic-1.0-Perl AND GPL-2.0+"
+license="Artistic-1.0-Perl OR GPL-1.0+"
depends="perl"
+makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/G/GA/GAAS/Data-Dump-$pkgver.tar.gz"
-builddir="$srcdir/Data-Dump-$pkgver"
+source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
+builddir="$srcdir/$_pkgreal-$pkgver"
build() {
- cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="6fd6c23bb6df7f7396219149dbfd23132fc2ea1dd344c32f62fc27a1afeeb28d7ebf2d429184bb6d1189f412e218f9e62a966b49fdd9ad5564e5152d67a02b96 Data-Dump-1.23.tar.gz"
+sha512sums="fc859b0f02a44a959da3e162606c8fbaefececf8dbd0aa357d68a5a3143b818ae423dd7862063f2f77161ea000fcaa6841c96a2c4a268b889da9588292b157fe Data-Dump-1.25.tar.gz"