aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-text-unidecode/APKBUILD
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2020-02-25 23:54:32 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-02-27 00:03:24 +0000
commit5fdd96009fc976c1eca2e2349a06259c7bcc2402 (patch)
tree7cdef81b1f8a32e1217c82bfece31a20fb015fbb /testing/perl-text-unidecode/APKBUILD
parent1f8e4d914c1361f4acfc5e9e265a3be3949dfb17 (diff)
downloadaports-5fdd96009fc976c1eca2e2349a06259c7bcc2402.tar.bz2
aports-5fdd96009fc976c1eca2e2349a06259c7bcc2402.tar.xz
community/perl-text-unidecode: move from testing
Diffstat (limited to 'testing/perl-text-unidecode/APKBUILD')
-rw-r--r--testing/perl-text-unidecode/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/perl-text-unidecode/APKBUILD b/testing/perl-text-unidecode/APKBUILD
deleted file mode 100644
index cf163f6c5f..0000000000
--- a/testing/perl-text-unidecode/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 2
-# Contributor: Timothy Legge <timlegge@gmail.com>
-# Maintainer: Timothy Legge <timlegge@gmail.com>
-pkgname=perl-text-unidecode
-_pkgreal=Text-Unidecode
-pkgver=1.30
-pkgrel=0
-pkgdesc="Provide plain ASCII transliterations of Unicode text"
-url="https://metacpan.org/release/Text-Unidecode/"
-arch="noarch"
-license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-makedepends="perl-dev"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/S/SB/SBURKE/Text-Unidecode-$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="194f8aba0dcdc7a53338b86370b7cfb6c60d4a8982ada6084f0eb0ccd66ce461b831b6daf04932f039ff1b983dc3cd0c0ced1e8b455955d2699c36120b41a526 Text-Unidecode-1.30.tar.gz"