1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
2 # Contributor: François Charette <firmicus ατ gmx δοτ net>
3 # Contributor: Alex Dioso <adioso->gmail*com>
8 pkgdesc='Recursive copy of nested objects.'
10 url='https://github.com/garu/Clone'
11 license=('GPL' 'PerlArtistic')
13 checkdepends=('perl-b-cow')
14 options=('!emptydirs')
15 source=("https://cpan.metacpan.org/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz")
16 sha512sums=('f8bb1010364e94c7cc8bba25681cd9fd737ec2935a8be960ac53099359729fc679190a115dd082fccd239b35762dee2b3be3adbddce37e4ceae6fe934fbad545')
20 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
31 make DESTDIR="$pkgdir" install
32 find "$pkgdir" -name '.packlist' -delete
33 find "$pkgdir" -name '*.pod' -delete