Transition from gnustl to libc++
[termux-packages] / packages / notmuch / build.sh
CommitLineData
168e25a1
FF
1TERMUX_PKG_HOMEPAGE=https://notmuchmail.org
2TERMUX_PKG_DESCRIPTION="Thread-based email index, search and tagging system"
2e5c1c46 3TERMUX_PKG_VERSION=0.24.2
d946e67c 4TERMUX_PKG_REVISION=1
168e25a1 5TERMUX_PKG_SRCURL=https://notmuchmail.org/releases/notmuch-${TERMUX_PKG_VERSION}.tar.gz
2e5c1c46 6TERMUX_PKG_SHA256=aa76a96684d5c5918d940182b6fe40f7d6745f144476fdda57388479d586cc51
168e25a1
FF
7TERMUX_PKG_BUILD_IN_SRC=yes
8TERMUX_PKG_DEPENDS="glib, libgmime, libtalloc, libxapian"
9
10termux_step_configure () {
11 cd $TERMUX_PKG_SRCDIR
12 XAPIAN_CONFIG=$TERMUX_PREFIX/bin/xapian-config ./configure \
13 --prefix=$TERMUX_PREFIX \
14 --without-api-docs \
15 --without-desktop \
16 --without-emacs \
17 --without-ruby
18}