summaryrefslogblamecommitdiff
path: root/user/perl-test-utf8/APKBUILD
blob: 408a847be652d62b57154eba4be968bf3d40eb14 (plain) (tree)
1
2
3
4
5
6
7


                                                                   



                               






                                         
                                          
                          

                                                                                        

         




                                                                 



                 




                                                                                                                                                                    
# Contributor: Dan Theisen <djt@hxx.in>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-test-utf8
_pkgreal=Test-utf8
_author=MARKF
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=1.01
pkgrel=0
pkgdesc="Handy UTF8 tests"
url="https://metacpan.org/pod/Test::utf8"
arch="noarch"
license="Artistic-1.0-Perl AND GPL-2.0"
depends="perl"
makedepends="perl-dev perl-module-install"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

package() {
	make DESTDIR="$pkgdir" install
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e  Test-utf8-1.01.tar.gz"