[arch-commits] Commit in perl-text-iconv/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 08:32:34 UTC 2021
Date: Monday, May 24, 2021 @ 08:32:34
Author: felixonmars
Revision: 415961
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 415960, perl-text-iconv/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 415960, perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-05-24 08:32:34 UTC (rev 415961)
@@ -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=20
+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