aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-unicode-normalize/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-unicode-normalize/APKBUILD')
-rw-r--r--community/perl-unicode-normalize/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/perl-unicode-normalize/APKBUILD b/community/perl-unicode-normalize/APKBUILD
deleted file mode 100644
index a344a004e27..00000000000
--- a/community/perl-unicode-normalize/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 3
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=perl-unicode-normalize
-#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
-_pkgreal=Unicode-Normalize
-pkgver=1.26
-pkgrel=6
-pkgdesc="Unicode Normalization Forms"
-url="https://metacpan.org/release/Unicode-Normalize/"
-arch="all"
-license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-depends="perl"
-makedepends="perl-dev"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/K/KH/KHW/Unicode-Normalize-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- make test
-}
-
-package() {
- make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="7f624d2e3dd6fd7412b537898100e1cc96ea3c704b2ee6adcbbc5a0a67ac3f36a56cbc262bc79e7792af08c07153d855f651301797f29a85a8bb51a8ba077e0d Unicode-Normalize-1.26.tar.gz"