diff options
Diffstat (limited to 'user/perl-indirect/APKBUILD')
-rw-r--r-- | user/perl-indirect/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/user/perl-indirect/APKBUILD b/user/perl-indirect/APKBUILD index bd04fb628..39027a11d 100644 --- a/user/perl-indirect/APKBUILD +++ b/user/perl-indirect/APKBUILD @@ -1,17 +1,21 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-indirect +_pkgreal=indirect +_author=VPIT +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.39 pkgrel=0 pkgdesc="Perl module for lexically warning about indirect method calls" url="https://metacpan.org/release/indirect" arch="all" license="Artistic-1.0-Perl" -depends="" +depends="perl" makedepends="perl-dev perl-extutils-depends" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/V/VP/VPIT/indirect-$pkgver.tar.gz" -builddir="$srcdir/indirect-$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 |