mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/perl-test-utf8: new aport
This commit is contained in:
parent
6992ce388c
commit
341613adc6
34
testing/perl-test-utf8/APKBUILD
Normal file
34
testing/perl-test-utf8/APKBUILD
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
|
||||||
|
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||||
|
pkgname=perl-test-utf8
|
||||||
|
_realname=Test-utf8
|
||||||
|
pkgver=1.01
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="A collection of tests useful for dealing with utf8 strings"
|
||||||
|
url="https://github.com/2shortplanks/Test-utf8"
|
||||||
|
arch="noarch"
|
||||||
|
license="PerlArtistic"
|
||||||
|
depends=""
|
||||||
|
makedepends="perl-dev perl-module-install"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="http://search.cpan.org/CPAN/authors/id/M/MA/MARKF/$_realname-$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir/$_realname-$pkgver"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$builddir"
|
||||||
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$builddir"
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e Test-utf8-1.01.tar.gz"
|
Loading…
Reference in New Issue
Block a user