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-inline/APKBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'user/perl-inline') diff --git a/user/perl-inline/APKBUILD b/user/perl-inline/APKBUILD index 43cb6de1f..35da3125f 100644 --- a/user/perl-inline/APKBUILD +++ b/user/perl-inline/APKBUILD @@ -1,6 +1,10 @@ # Contributor: Dan Theisen # Maintainer: Adélie Perl Team pkgname=perl-inline +_pkgreal=Inline +_author=TINITA +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.83 pkgrel=0 pkgdesc="Write Perl Subroutines in Other Programming Languages" @@ -11,8 +15,8 @@ depends="perl" makedepends="perl-dev" checkdepends="perl-test-warn" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/T/TI/TINITA/Inline-$pkgver.tar.gz" -builddir="$srcdir/Inline-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor -- cgit v1.2.3-70-g09d2