picolisp: Update from 17.5.16 to 17.6.6
[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"
3TERMUX_PKG_VERSION=0.24.1
4TERMUX_PKG_SRCURL=https://notmuchmail.org/releases/notmuch-${TERMUX_PKG_VERSION}.tar.gz
5TERMUX_PKG_SHA256=fa117de2c6096dd896a333b9c770572a939e04a02abe6745b6b07f5363063ca3
6TERMUX_PKG_BUILD_IN_SRC=yes
7TERMUX_PKG_DEPENDS="glib, libgmime, libtalloc, libxapian"
8
9termux_step_configure () {
10 cd $TERMUX_PKG_SRCDIR
11 XAPIAN_CONFIG=$TERMUX_PREFIX/bin/xapian-config ./configure \
12 --prefix=$TERMUX_PREFIX \
13 --without-api-docs \
14 --without-desktop \
15 --without-emacs \
16 --without-ruby
17}