[arch-commits] Commit in perl-test-utf8/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 15:29:08 UTC 2020


    Date: Sunday, June 21, 2020 @ 15:29:07
  Author: foutrelis
Revision: 649465

archrelease: copy trunk to community-staging-any

Added:
  perl-test-utf8/repos/community-staging-any/
  perl-test-utf8/repos/community-staging-any/PKGBUILD
    (from rev 649464, perl-test-utf8/trunk/PKGBUILD)

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

Copied: perl-test-utf8/repos/community-staging-any/PKGBUILD (from rev 649464, perl-test-utf8/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 15:29:07 UTC (rev 649465)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Christos Nouskas <nous at archlinux.us>
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-test-utf8
+pkgver=1.01
+pkgrel=4
+pkgdesc="handy utf8 tests"
+arch=('any')
+url='https://search.cpan.org/dist/Test-utf8'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+source=("https://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz")
+sha512sums=('07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e')
+
+build() {
+  cd Test-utf8-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-utf8-$pkgver
+  make test
+}
+
+package() {
+  cd Test-utf8-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list