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://search.cpan.org/~RDF/Clone'
11 license=('GPL' 'PerlArtistic')
13 options=('!emptydirs')
14 source=("https://search.cpan.org/CPAN/authors/id/A/AT/ATOOMIC/Clone-$pkgver.tar.gz")
15 sha512sums=('4d91580fb60876cca7670411748e42e6af0eaba8fac25d60e7a50685ae7b1e697e12c8a2835693e3e4abf3c13c060a2740344eb804ec26ed274b895f599340af')
19 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
25 make DESTDIR="$pkgdir" install
26 find "$pkgdir" -name '.packlist' -delete
27 find "$pkgdir" -name '*.pod' -delete