From b163eb1b88e25226d5a45816367522bffac0a978 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 17 Oct 2019 18:44:40 -0400 Subject: user/perl-*: modernise --- user/perl-www-form-urlencoded/APKBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'user/perl-www-form-urlencoded') diff --git a/user/perl-www-form-urlencoded/APKBUILD b/user/perl-www-form-urlencoded/APKBUILD index ebb687d55..e10d4a7fd 100644 --- a/user/perl-www-form-urlencoded/APKBUILD +++ b/user/perl-www-form-urlencoded/APKBUILD @@ -1,17 +1,21 @@ # Contributor: A. Wilcox # Maintainer: Adélie Perl Team pkgname=perl-www-form-urlencoded +_pkgreal=WWW-Form-UrlEncoded +_author=KAZEBURO +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.26 pkgrel=0 pkgdesc="Perl library for URL-encoded HTTP forms" url="https://metacpan.org/release/WWW-Form-UrlEncoded" arch="noarch" license="Artistic-1.0-Perl OR GPL-2.0-only" -depends="" -makedepends="perl-dev perl-module-build" +depends="perl" +makedepends="perl-module-build" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/WWW-Form-UrlEncoded-$pkgver.tar.gz" -builddir="$srcdir/WWW-Form-UrlEncoded-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL --destdir="$pkgdir" --prefix="/usr" --installdirs=vendor -- cgit v1.2.3-70-g09d2