summaryrefslogblamecommitdiff
path: root/user/perl-extutils-cppguess/APKBUILD
blob: f3153997f7d248af36612707ac07cc6c6300793e (plain) (tree)


































                                                                                                                                                                            
# Contributor: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-extutils-cppguess
_pkgreal=ExtUtils-CppGuess
_author=ETJ
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=0.21
pkgrel=0
pkgdesc="Perl module for checking C++ compiler and flags"
url="https://metacpan.org/pod/ExtUtils::CppGuess"
arch="all"
license="Artistic-2.0 OR GPL-2.0-only"
depends="perl"
makedepends="perl-dev perl-module-build perl-extutils-cbuilder
	perl-extutils-parsexs"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/ExtUtils-CppGuess-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

package() {
	make DESTDIR="$pkgdir" install
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="e48e4815ac9db4e8bb91de101f1d22aed95c770cf6fa2ea5e38094643fe96bc9fe69b0e5a76ba8aa53a653753f93526edab8b1604d864bb2b3a50223617f84d9  ExtUtils-CppGuess-0.21.tar.gz"