aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-throwable/APKBUILD
blob: e66bae695e87af6283acf32efe1df655a1e7580f (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
41
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-throwable
_pkgreal=Throwable
pkgver=0.200013
pkgrel=0
pkgdesc="a role for classes that can be thrown"
url="http://search.cpan.org/dist/Throwable/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-moo perl-class-load perl-moox-types-mooselike perl-devel-stacktrace"
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz"

_builddir="$srcdir/$_pkgreal-$pkgver"

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

build() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	PERL_MM_USE_DEFAULT=1 make
}

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

md5sums="92d4934f601c2d291a65b0bf2ab08dd3  Throwable-0.200013.tar.gz"
sha256sums="9987d0deb5bddd352a6330cefbe932f882e36dd8c8a4564bcfd372dc396b8fa0  Throwable-0.200013.tar.gz"
sha512sums="81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963  Throwable-0.200013.tar.gz"