aports/testing/perl-full/APKBUILD
Celeste 40ea6c48d7 */*: add maintainer variable for aports i maintain
leaving the Maintainer comment there for better visual cues, syntax highlighting, and easy conversion to a Contributor comment

since Contributor comments are not being removed, just treat my Maintainer comments like Contributor ones, as a normal comment
2024-10-16 16:20:45 +00:00

50 lines
1.7 KiB
Text

# Automatically generated by apkbuild-cpan, template 4
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=perl-full
pkgver=1.004
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Full
pkgdesc="Simplify common boilerplate for Perl scripts and modules"
url="https://metacpan.org/release/Full/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="
perl perl-bareword-filehandles perl-curry perl-data-checks
perl-future-asyncawait perl-future-asyncawait-hooks perl-indirect
perl-json-maybeutf8 perl-list-keywords perl-log-any perl-meta
perl-metrics-any perl-multidimensional perl-object-pad
perl-object-pad-fieldattr-checked perl-role-tiny
perl-signature-attribute-checked perl-syntax-keyword-defer
perl-syntax-keyword-dynamically perl-syntax-keyword-match
perl-syntax-keyword-try perl-syntax-operator-equ perl-time-moment
perl-time-moment-role-strptime perl-time-moment-role-timezone
perl-unicode-utf8 perl-xs-parse-sublike
"
checkdepends="perl-test-checkdeps perl-test-deep perl-test-fatal"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/T/TE/TEAM/Full-$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 \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
}
check() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make test
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
be7ec7146eaa40522e1997d269dabdb8136385df8bd435993ff3243e5112106fc6e4f1fa733eaee69e44a596c0a33c1a41c05369ace8c4a5fd5a4a1cea1030ea Full-1.004.tar.gz
"