Date: Sunday, June 21, 2020 @ 10:19:36
  Author: foutrelis
Revision: 389620

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

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

Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 389619, 
perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-06-21 10:19:36 UTC (rev 389620)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Francois Charette <[email protected]>
+
+pkgname=perl-text-iconv
+pkgver=1.7
+pkgrel=19
+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
+}

Reply via email to