aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-xs-parse-sublike/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-xs-parse-sublike/APKBUILD')
-rw-r--r--testing/perl-xs-parse-sublike/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/perl-xs-parse-sublike/APKBUILD b/testing/perl-xs-parse-sublike/APKBUILD
deleted file mode 100644
index 429e952ac71..00000000000
--- a/testing/perl-xs-parse-sublike/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 3
-# Contributor: Milan P. Stanić <mps@arvanta.net>
-# Maintainer: Milan P. Stanić <mps@arvanta.net>
-pkgname=perl-xs-parse-sublike
-#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
-_pkgreal=XS-Parse-Sublike
-pkgver=0.14
-pkgrel=0
-pkgdesc="XS functions to assist in parsing C<sub>-like syntax"
-url="https://metacpan.org/release/XS-Parse-Sublike/"
-arch="all"
-license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-depends="perl"
-makedepends="perl-dev perl-module-build"
-checkdepends="perl-test-fatal"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/XS-Parse-Sublike-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- perl Build.PL --installdirs=vendor
- ./Build
-}
-
-check() {
- ./Build test
-}
-
-package() {
- ./Build install --destdir="$pkgdir"
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="
-2ff140e032ba64f22024bbac78bcbf0674ab79aeea3d588b4f24d00890acce944ed113c57b4a8b8b358278a9558e12e7748f45e123565e3be4bc89610384dfc6 XS-Parse-Sublike-0.14.tar.gz
-"