1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=perl-encode-locale
6 pkgdesc="Determine the locale encoding"
8 url="https://search.cpan.org/dist/Encode-Locale"
9 license=('PerlArtistic' 'GPL')
11 options=('!emptydirs')
12 source=(https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
13 sha1sums=('1e1632e869cb76e3fdbda0a83a192190ed178d60')
16 cd Encode-Locale-$pkgver
17 perl Makefile.PL INSTALLDIRS=vendor
22 cd Encode-Locale-$pkgver
27 cd Encode-Locale-$pkgver
28 make DESTDIR="$pkgdir" install