void-packages/srcpkgs/msmtp/template
2025-01-17 16:26:26 +01:00

30 lines
932 B
Bash

# Template file for 'msmtp'
pkgname=msmtp
version=1.8.28
revision=1
build_style=gnu-configure
configure_args="$(vopt_with msmtpd)
$(vopt_with idn libidn)
$(vopt_with sasl libgsasl)
$(vopt_with gnome libsecret)"
hostmakedepends="pkg-config"
makedepends="gnutls-devel
$(vopt_if idn libidn2-devel)
$(vopt_if sasl gsasl-devel)
$(vopt_if gnome libsecret-devel)"
short_desc="Mini SMTP client"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="https://marlam.de/msmtp/"
changelog="https://git.marlam.de/gitweb/?p=msmtp.git;a=blob_plain;f=NEWS"
distfiles="https://marlam.de/msmtp/releases/msmtp-${version}.tar.xz"
checksum=3a57f155f54e4860f7dd42138d9bea1af615b99dfab5ab4cd728fc8c09a647a4
build_options="idn sasl gnome msmtpd"
build_options_default="idn sasl msmtpd"
desc_option_msmtpd="Build minimal SMTP server"
post_install() {
vsconf doc/msmtprc-system.example
vsconf doc/msmtprc-user.example
}