diff options
Diffstat (limited to 'user/perl-www-form-urlencoded')
-rw-r--r-- | user/perl-www-form-urlencoded/APKBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
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 <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> 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 |