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-13 12:04:27 +02:00
|
|
|
TERMUX_PKG_VERSION=1.8.8
|
2018-06-26 03:50:44 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://marlam.de/msmtp/releases/msmtp-$TERMUX_PKG_VERSION.tar.xz
|
2020-04-13 12:04:27 +02:00
|
|
|
TERMUX_PKG_SHA256=eccb53e48f025f7e6f60210316df61cf6097a491728341c1e375fc1acc6459e5
|
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
|
|
|
|
}
|