diff options
Diffstat (limited to 'user/perl-file-copy-recursive/APKBUILD')
-rw-r--r-- | user/perl-file-copy-recursive/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/user/perl-file-copy-recursive/APKBUILD b/user/perl-file-copy-recursive/APKBUILD index 0bad9a39d..1b94cc2fc 100644 --- a/user/perl-file-copy-recursive/APKBUILD +++ b/user/perl-file-copy-recursive/APKBUILD @@ -1,6 +1,10 @@ # Contributor: Dan Theisen <djt@hxx.in> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-file-copy-recursive +_pkgreal=File-Copy-Recursive +_author=DMUEY +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=0.45 pkgrel=0 pkgdesc="Perl extension for recursively copying files and directories" @@ -11,8 +15,8 @@ depends="perl" makedepends="perl-dev" checkdepends="perl-test-fatal perl-test-warnings perl-path-tiny perl-test-deep perl-test-file" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz" -builddir="$srcdir/File-Copy-Recursive-$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 |