1 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
6 pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
8 url="https://search.cpan.org/dist/local-lib/"
9 license=('PerlArtistic' 'GPL')
11 options=('!emptydirs')
12 source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
13 sha256sums=('8df87a10c14c8e909c5b47c5701e4b8187d519e5251e87c80709b02bb33efdd7')
16 cd local-lib-${pkgver}
17 perl Makefile.PL INSTALLDIRS=vendor
22 cd local-lib-${pkgver}
27 cd local-lib-${pkgver}
28 make DESTDIR="$pkgdir" install