[arch-commits] Commit in perl-encode-locale/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 08:35:04 UTC 2021


    Date: Monday, May 24, 2021 @ 08:35:04
  Author: foutrelis
Revision: 416005

archrelease: copy trunk to staging-any

Added:
  perl-encode-locale/repos/staging-any/
  perl-encode-locale/repos/staging-any/PKGBUILD
    (from rev 416004, perl-encode-locale/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: perl-encode-locale/repos/staging-any/PKGBUILD (from rev 416004, perl-encode-locale/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2021-05-24 08:35:04 UTC (rev 416005)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-encode-locale
+pkgver=1.05
+pkgrel=8
+pkgdesc="Determine the locale encoding"
+arch=('any')
+url="https://search.cpan.org/dist/Encode-Locale"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
+sha1sums=('1e1632e869cb76e3fdbda0a83a192190ed178d60')
+
+build() {
+  cd Encode-Locale-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Encode-Locale-$pkgver
+  make test
+}
+
+package() {
+  cd Encode-Locale-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list