780e073207
Closes: #11939 [via git-merge-pr]
25 lines
808 B
Bash
25 lines
808 B
Bash
# Template file for 'msmtp'
|
|
pkgname=msmtp
|
|
version=1.6.6
|
|
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=da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
|
|
|
|
post_install() {
|
|
vsconf doc/msmtprc-system.example
|
|
vsconf doc/msmtprc-user.example
|
|
}
|