void-packages/srcpkgs/mailpile/template
Đoàn Trần Công Danh c731f080d9 mailpile: remove noarch
2020-11-29 11:30:26 +07:00

21 lines
709 B
Bash

# Template file for 'mailpile'
pkgname=mailpile
version=0.5.2
revision=4
wrksrc="Mailpile-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python python-Jinja2 python-lxml python-MarkupSafe python-Pillow
python-spambayes python-pydns python-pgpdump gnupg python-setuptools"
short_desc="Modern email client with user-friendly encryption and privacy features"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="AGPL-3.0-or-later"
homepage="https://mailpile.is"
distfiles="https://github.com/mailpile/Mailpile/archive/${version}.tar.gz"
checksum=2619dd0711628e25e216bec196d42381e50d45d943a727177f11f8ce89e26004
post_install() {
vlicense COPYING.md
vlicense AGPLv3.txt
}