1 TERMUX_PKG_HOMEPAGE=https://notmuchmail.org
2 TERMUX_PKG_DESCRIPTION="Thread-based email index, search and tagging system"
3 TERMUX_PKG_VERSION=0.25.2
4 TERMUX_PKG_SHA256=e4b6ba9d4016b10249a4acc24e063d23e0c52ed6f8c1cbe4f98e7f9ef4da262a
5 TERMUX_PKG_SRCURL=https://notmuchmail.org/releases/notmuch-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_BUILD_IN_SRC=yes
7 TERMUX_PKG_DEPENDS="glib, libgmime, libtalloc, libxapian"
9 termux_step_configure () {
10 # Use python3 so that the python3-sphinx package is
11 # found for man page generation.
15 XAPIAN_CONFIG=$TERMUX_PREFIX/bin/xapian-config ./configure \
16 --prefix=$TERMUX_PREFIX \