summaryrefslogtreecommitdiff
path: root/user/perl-email-mime/APKBUILD
blob: f4549e33477d4f349e82591c090439aa60e14186 (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
36
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-email-mime
_pkgreal=Email-MIME
_author=RJBS
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=1.946
pkgrel=0
pkgdesc="Easy MIME message handling for Perl"
url="https://metacpan.org/release/Email-MIME"
arch="noarch"
license="Artistic-1.0-Perl OR GPL-2.0-only"
depends="perl-email-address-xs perl-email-messageid perl-email-mime-contenttype
	perl-email-mime-encodings perl-email-simple perl-mime-types
	perl-module-runtime 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() {
	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="335a8fd032cca0bb1cdb230899c53fc72037939bd11653d08e66a9ffa6fc5f87aefa2ce28f14b1cbb1a0bacd778b5459445d2829835bedc4f6276ae2ef2d6caa  Email-MIME-1.946.tar.gz"