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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:57:41 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:57:41
  Author: foutrelis
Revision: 470566

archrelease: copy trunk to community-staging-any

Added:
  perl-locale-po/repos/community-staging-any/
  perl-locale-po/repos/community-staging-any/PKGBUILD
    (from rev 470565, perl-locale-po/trunk/PKGBUILD)

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

Copied: perl-locale-po/repos/community-staging-any/PKGBUILD (from rev 470565, perl-locale-po/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 11:57:41 UTC (rev 470566)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-locale-po
+pkgver=0.27
+pkgrel=5
+pkgdesc="Perl/CPAN Module Locale::PO: PO parser"
+arch=(any)
+url="https://search.cpan.org/dist/Locale-PO"
+license=("GPL" "Artistic")
+source=("https://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Locale-PO-$pkgver.tar.gz")
+md5sums=('81545852a510f8e5332ea1e9d6b64a39')
+
+build() {
+  cd "$srcdir"/Locale-PO-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Locale-PO-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list