🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: perl-encode-locale
pkgver: '1.05'
pkgrel: '3'
pkgdesc: Determine the locale encoding
url: 'https://metacpan.org/pod/Encode::Locale'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-${pkgver}.tar.gz'
sha256sums:
- 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1
build: |
cd Encode-Locale-${pkgver}
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=${PKGDIR} install
find ${PKGDIR} \
-name '*.bs' -or \
-name .packlist -delete
package: |
true