2018-06-26 03:50:44 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://marlam.de/msmtp/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Lightweight SMTP client"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-04-29 13:33:28 +02:00
|
|
|
TERMUX_PKG_VERSION=1.8.10
|
2020-05-08 10:56:54 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
2018-06-26 03:50:44 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://marlam.de/msmtp/releases/msmtp-$TERMUX_PKG_VERSION.tar.xz
|
2020-04-29 13:33:28 +02:00
|
|
|
TERMUX_PKG_SHA256=caba7f39d19df7a31782fe7336dd640c61ea33b92f987bd5423bca9683482f10
|
2019-02-15 23:29:20 +01:00
|
|
|
TERMUX_PKG_DEPENDS="openssl, libidn2"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-tls=openssl"
|
2018-06-26 03:50:44 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2018-04-07 00:55:00 +02:00
|
|
|
autoreconf -if
|
|
|
|
}
|