3 pkgname=perl-class-inspector
6 pkgdesc="Get information about a class and its structure"
8 url="https://search.cpan.org/dist/Class-Inspector"
9 license=('PerlArtistic' 'GPL')
11 options=('!emptydirs')
12 source=("https://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz")
13 sha512sums=('488fcdbc9d135ed833331b0d5feb452997f35400b185341be69996438c278961eeb543648a629940765e779ca5cc87c5c3aa2c61a7fac12d2ecf6c599b68715a')
16 cd Class-Inspector-${pkgver}
17 perl Makefile.PL INSTALLDIRS=vendor
22 cd Class-Inspector-${pkgver}
27 cd Class-Inspector-${pkgver}
28 make DESTDIR="$pkgdir" install