2017-05-23 00:21:21 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://hunspell.github.io
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Spell checker"
|
2017-10-13 18:47:48 +02:00
|
|
|
TERMUX_PKG_VERSION=1.6.2
|
2018-06-26 13:29:06 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
2016-05-03 12:56:48 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/hunspell/hunspell/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
2017-10-13 18:47:48 +02:00
|
|
|
TERMUX_PKG_SHA256=3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ui --with-readline"
|
2016-03-06 08:35:15 +01:00
|
|
|
TERMUX_PKG_DEPENDS="ncurses, readline, hunspell-en-us"
|
2016-05-03 12:56:48 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
2017-01-03 22:38:27 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
autoreconf -vfi
|
|
|
|
}
|