20 lines
720 B
Bash
20 lines
720 B
Bash
# Template file for 'msmtp'
|
|
pkgname=msmtp
|
|
version=1.6.2
|
|
revision=3
|
|
build_style=gnu-configure
|
|
# Package build options
|
|
build_options="idn sasl gnome"
|
|
build_options_default="idn"
|
|
configure_args="--with-tls=openssl $(vopt_with idn libidn)
|
|
$(vopt_with sasl libgsasl) $(vopt_with gnome libsecret)"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libressl-devel $(vopt_if idn libidn-devel)
|
|
$(vopt_if sasl gsasl-devel)
|
|
$(vopt_if gnome libsecret-devel)"
|
|
short_desc="A mini SMTP client"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://msmtp.sourceforge.net"
|
|
license="GPL-3"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789
|