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

Christian Hesse eworm at archlinux.org
Sat Oct 10 10:10:48 UTC 2020


    Date: Saturday, October 10, 2020 @ 10:10:48
  Author: eworm
Revision: 723057

archrelease: copy trunk to community-x86_64

Added:
  perl-text-unidecode/repos/community-x86_64/
  perl-text-unidecode/repos/community-x86_64/PKGBUILD
    (from rev 723056, perl-text-unidecode/trunk/PKGBUILD)

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

Copied: perl-text-unidecode/repos/community-x86_64/PKGBUILD (from rev 723056, perl-text-unidecode/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-10-10 10:10:48 UTC (rev 723057)
@@ -0,0 +1,29 @@
+# Contributor: clu at eeviac
+
+pkgname=perl-text-unidecode
+pkgver=1.30
+pkgrel=3
+pkgdesc='US-ASCII transliterations of Unicode text'
+arch=('i686' 'x86_64')
+url='https://metacpan.org/pod/Text::Unidecode'
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.6.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Text-Unidecode-${pkgver}.tar.gz")
+sha256sums=('6c24f14ddc1d20e26161c207b73ca184eed2ef57f08b5fb2ee196e6e2e88b1c6')
+
+build() {
+  cd  "${srcdir}/Text-Unidecode-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}/Text-Unidecode-${pkgver}"
+
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}
+



More information about the arch-commits mailing list