[arch-commits] Commit in perl-test-utf8/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 19 08:33:15 UTC 2018


    Date: Friday, January 19, 2018 @ 08:33:14
  Author: felixonmars
Revision: 284137

archrelease: copy trunk to community-any

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

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

Copied: perl-test-utf8/repos/community-any/PKGBUILD (from rev 284136, perl-test-utf8/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-01-19 08:33:14 UTC (rev 284137)
@@ -0,0 +1,33 @@
+# $Id$
+# 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=1
+pkgdesc="handy utf8 tests"
+arch=('any')
+url='http://search.cpan.org/dist/Test-utf8'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+source=("http://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