summaryrefslogblamecommitdiff
path: root/user/perl-file-copy-recursive/APKBUILD
blob: 882a25d2fa0afc86c2964c513d8a39b331da38a7 (plain) (tree)


































                                                                                                                                                                              
# Contributor: Dan Theisen <djt@hxx.in>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-file-copy-recursive
pkgver=0.44
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"
depends="perl"
makedepends="perl-dev"
checkdepends="perl-test-fatal perl-test-warnings perl-path-tiny perl-test-deep perl-test-file"
install=""
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"

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"