[arch-commits] Commit in perl-test-utf8/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon May 24 10:44:44 UTC 2021
Date: Monday, May 24, 2021 @ 10:44:44
Author: felixonmars
Revision: 944332
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 944329, perl-test-utf8/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: perl-test-utf8/repos/community-staging-any/PKGBUILD (from rev 944329, perl-test-utf8/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-05-24 10:44:44 UTC (rev 944332)
@@ -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=5
+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