aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-dbix-introspector/APKBUILD
blob: 1cac480325e6f58bb744c33300f7a713f84f89ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Automatically generated by apkbuild-cpan, template 2
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-dbix-introspector
_pkgreal=DBIx-Introspector
pkgver=0.001005
pkgrel=4
pkgdesc="Detect what database you are connected to"
url="https://metacpan.org/release/DBIx-Introspector"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl perl-dbi perl-moo"
checkdepends="perl-test-fatal perl-dbd-sqlite perl-test-roo"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/F/FR/FREW/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	default_prepare

	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make
}

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

check() {
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make test
}

sha512sums="ab96cd189ab6a43a3479c2f62de7053310e04788f576a152f21d0425081aad8bc5202c84ff3d264adb7becd6715654719b9888063f623eb578e2a2f7f3e17eb9  DBIx-Introspector-0.001005.tar.gz"