diff options
Diffstat (limited to 'user/perl-dir-manifest')
-rw-r--r-- | user/perl-dir-manifest/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/user/perl-dir-manifest/APKBUILD b/user/perl-dir-manifest/APKBUILD index e2b9ea445..02c836efa 100644 --- a/user/perl-dir-manifest/APKBUILD +++ b/user/perl-dir-manifest/APKBUILD @@ -1,7 +1,10 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-dir-manifest -_pkgname=Dir-Manifest +_pkgreal=Dir-Manifest +_author=SHLOMIF +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.2.0 pkgrel=0 pkgdesc="Perl module to turn a directory and files into a dictionary" @@ -11,8 +14,8 @@ license="X11" depends="perl perl-moo perl-path-tiny" makedepends="perl-dev perl-module-build" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { perl Build.PL installdirs=vendor |