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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:52:59 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:52:59
  Author: felixonmars
Revision: 386503

archrelease: copy trunk to staging-x86_64

Added:
  perl-text-iconv/repos/staging-x86_64/
  perl-text-iconv/repos/staging-x86_64/PKGBUILD
    (from rev 386502, perl-text-iconv/trunk/PKGBUILD)

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

Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 386502, perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:52:59 UTC (rev 386503)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-text-iconv
+pkgver=1.7
+pkgrel=18
+pkgdesc="Interface to iconv codeset conversion"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Text-Iconv/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-$pkgver.tar.gz") 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd Text-Iconv-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Iconv-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Iconv-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list