0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 21:23:11 +00:00
Files
termux-packages/packages/neomutt/build.sh
Termux Github Actions 528f90609a bump(main/neomutt): 20250510
This commit has been automatically submitted by Github Actions.
2025-05-10 12:15:20 +00:00

21 lines
878 B
Bash

TERMUX_PKG_HOMEPAGE=https://neomutt.org/
TERMUX_PKG_DESCRIPTION="A version of mutt with added features"
TERMUX_PKG_LICENSE="GPL-2.0-or-later"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="20250510"
TERMUX_PKG_SRCURL=https://github.com/neomutt/neomutt/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=12d225e270d8e16cda41d855880b9d938750a4f1d647f55c6353337d32ffd653
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d{8}"
TERMUX_PKG_DEPENDS="gdbm, krb5, libandroid-support, libiconv, libsasl, ncurses, notmuch, openssl, zlib, zstd"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_CONFFILES="etc/neomuttrc"
termux_step_configure() {
./configure --host=$TERMUX_HOST_PLATFORM \
--sysroot=$TERMUX_PREFIX \
--prefix=$TERMUX_PREFIX --with-mailpath=$TERMUX_PREFIX/var/mail \
--notmuch \
--disable-gpgme --disable-idn --zlib --zstd --sasl --ssl --gdbm --gss
}