summaryrefslogtreecommitdiff
path: root/user/perl-mouse-meta-attribute-native/APKBUILD
blob: 3c9ec368a3314abc8095105b22b812c5e9ca1745 (plain) (blame)
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
# Contributor: Dan Theisen <djt@hxx.in>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-mouse-meta-attribute-native
pkgver=1.09
pkgrel=0
pkgdesc="Extend your attribute interfaces"
url="https://metacpan.org/pod/Mouse::Meta::Attribute::Native"
arch="noarch"
license="Artistic-1.0-Perl AND GPL-2.0"
depends="perl perl-mouse"
makedepends="perl-dev perl-module-install"
checkdepends="perl-test-fatal perl-any-moose"
install=""
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/G/GF/GFUJI/MouseX-NativeTraits-$pkgver.tar.gz"
builddir="$srcdir/MouseX-NativeTraits-$pkgver"

build() {
	cd "$builddir"
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	cd "$builddir"
	make test
}

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

sha512sums="2aad717c7c78c1014f705a85b8bb8cab79febb827aa478a0884bcdd4d8d702a366785bc6104ba115513c234b8ca71cafcbbbc070ba37d6328255fe1f972c3619  MouseX-NativeTraits-1.09.tar.gz"