[arch-commits] Commit in perl-libintl-perl/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 10:26:50 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:26:50
  Author: felixonmars
Revision: 446782

archrelease: copy trunk to staging-x86_64

Added:
  perl-libintl-perl/repos/staging-x86_64/
  perl-libintl-perl/repos/staging-x86_64/PKGBUILD
    (from rev 446781, perl-libintl-perl/trunk/PKGBUILD)

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

Copied: perl-libintl-perl/repos/staging-x86_64/PKGBUILD (from rev 446781, perl-libintl-perl/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2022-05-29 10:26:50 UTC (rev 446782)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=perl-libintl-perl
+pkgver=1.32
+pkgrel=3
+pkgdesc="Perl Module: Localization support"
+arch=('x86_64')
+license=('LGPL')
+url="https://search.cpan.org/dist/libintl-perl"
+depends=('coreutils' 'gettext' 'perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz")
+sha512sums=('fca6c8863dfd36c7604bc80a401e825eb707bc75016521c09006c34c170a41b009d30ec93d7e2a7f61caa1dbdf0333511c3d515d4fdc0fea32242eca68a7e35d')
+
+build() {
+  cd libintl-perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd libintl-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libintl-perl-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list