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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 09:30:52 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:30:51
  Author: felixonmars
Revision: 446675

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 446672, perl-text-iconv/trunk/PKGBUILD)

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

Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 446672, perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2022-05-29 09:30:51 UTC (rev 446675)
@@ -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=21
+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