1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: eric <eric@archlinux.org>
3 # Contributor: Eric Johnson <eric@coding-zone.com>
8 pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
10 license=('PerlArtistic' 'GPL')
11 url="https://search.cpan.org/dist/AppConfig/"
13 options=('!emptydirs')
14 source=("https://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-$pkgver.tar.gz")
15 md5sums=('7747d9241561ed5567d5e134b8648707')
19 perl Makefile.PL INSTALLDIRS=vendor
30 make install DESTDIR="$pkgdir"