# Automatically generated by apkbuild-cpan, template 2 # Contributor: Timo Teräs # Maintainer: Adélie Perl Team pkgname=perl-yaml-syck _pkgreal=YAML-Syck _author=TODDR _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=1.31 pkgrel=0 pkgdesc="Fast, lightweight YAML loader and dumper" url="https://metacpan.org/release/YAML-Syck" arch="all" license="MIT" depends="perl" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { make test } package() { make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5 YAML-Syck-1.31.tar.gz"