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"
|
2019-12-30 00:09:16 +01:00
|
|
|
TERMUX_PKG_VERSION=1.8.7
|
2018-06-26 03:50:44 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://marlam.de/msmtp/releases/msmtp-$TERMUX_PKG_VERSION.tar.xz
|
2019-12-30 00:09:16 +01:00
|
|
|
TERMUX_PKG_SHA256=9a53bcdc244ec5b1a806934ecc7746d9d09db581f587bedf597e9da2f48c51f1
|
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
|
|
|
|
}
|