Skip to content
Snippets Groups Projects
Verified Commit f13265cd authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/perl-email-simple: new package

parent 5a563567
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-email-simple
_pkgname=Email-Simple
pkgver=2.216
pkgrel=0
pkgdesc="Simple parsing of RFC 2822 email messages and headers for Perl"
url="https://metacpan.org/release/Email-Simple"
arch="noarch"
license="Artistic-1.0-Perl OR GPL-2.0-only"
depends="perl-email-date-format"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz"
builddir="$srcdir/Email-Simple-$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="2d729b6ad3cc493d27a8b3f775c046ca16dc53e7fe701fa78c87fbdeb350d3c9fe546ab0721504747f443f0f4e33d395b08b53374b32f89a842ef09a5b1dde70 Email-Simple-2.216.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment