libgpg-error: Update from 1.27 to 1.29
[termux-packages] / packages / hunspell / build.sh
1 TERMUX_PKG_HOMEPAGE=https://hunspell.github.io
2 TERMUX_PKG_DESCRIPTION="Spell checker"
3 TERMUX_PKG_VERSION=1.6.2
4 TERMUX_PKG_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4
6 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ui --with-readline"
7 TERMUX_PKG_DEPENDS="ncurses, readline, hunspell-en-us"
8 TERMUX_PKG_BUILD_IN_SRC=yes
9
10 termux_step_pre_configure() {
11 autoreconf -vfi
12 }