diff options
Diffstat (limited to 'user/perl-www-form-urlencoded')
-rw-r--r-- | user/perl-www-form-urlencoded/APKBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/user/perl-www-form-urlencoded/APKBUILD b/user/perl-www-form-urlencoded/APKBUILD index ebb687d55..b1b9004d9 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> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> 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="" +license="Artistic-1.0-Perl OR GPL-1.0+" +depends="perl" makedepends="perl-dev 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 |