diff options
Diffstat (limited to 'user/perl-html-formatter/APKBUILD')
-rw-r--r-- | user/perl-html-formatter/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/user/perl-html-formatter/APKBUILD b/user/perl-html-formatter/APKBUILD index 9c0eb2b52..9fc2e5fcd 100644 --- a/user/perl-html-formatter/APKBUILD +++ b/user/perl-html-formatter/APKBUILD @@ -1,7 +1,10 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-html-formatter -_pkgname=HTML-Formatter +_pkgreal=HTML-Formatter +_author=NIGELM +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=2.16 pkgrel=0 pkgdesc="HTML formatters for Perl" @@ -12,8 +15,8 @@ depends="perl-file-slurper perl-font-afm perl-html-tree" checkdepends="perl-test-warnings" makedepends="perl-dev" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Formatter-$pkgver.tar.gz" -builddir="$srcdir/HTML-Formatter-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { cd "$builddir" |