summaryrefslogtreecommitdiff
path: root/user/perl-file-copy-recursive/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-file-copy-recursive/APKBUILD')
-rw-r--r--user/perl-file-copy-recursive/APKBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/user/perl-file-copy-recursive/APKBUILD b/user/perl-file-copy-recursive/APKBUILD
index 882a25d2f..8abeb6647 100644
--- a/user/perl-file-copy-recursive/APKBUILD
+++ b/user/perl-file-copy-recursive/APKBUILD
@@ -1,35 +1,35 @@
# Contributor: Dan Theisen <djt@hxx.in>
-# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=perl-file-copy-recursive
-pkgver=0.44
+_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"
url="https://metacpan.org/pod/File::Copy::Recursive"
arch="noarch"
-license="Artistic-1.0-Perl AND GPL-2.0"
+license="Artistic-1.0-Perl AND GPL-1.0+"
depends="perl"
-makedepends="perl-dev"
checkdepends="perl-test-fatal perl-test-warnings perl-path-tiny perl-test-deep perl-test-file"
-install=""
+makedepends="perl-dev"
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() {
- cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="7599c48cee0b9848d5e275a1de00845cb2d4820eda9092d550063d4791974870129ce8d3d9337a8f7ea413ed4c21e533c2eb3134c2fcb5cc412dbbfddd2500e4 File-Copy-Recursive-0.44.tar.gz"
+sha512sums="6d8a6c55bc54bfe5ce3834527776c6b1466d5672f5f8901c27053188bbc78e87dd62bed8d330c04079b02d0967be0a8d0cd779e67973cf79a2c6ff87d5921c60 File-Copy-Recursive-0.45.tar.gz"