mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
16 lines
640 B
Bash
16 lines
640 B
Bash
TERMUX_PKG_HOMEPAGE=http://aspell.net
|
|
TERMUX_PKG_DESCRIPTION="A free and open source spell checker designed to replace Ispell"
|
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.60.8.1"
|
|
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/aspell/aspell-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=d6da12b34d42d457fa604e435ad484a74b2effcd120ff40acd6bb3fb2887d21b
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libc++"
|
|
# To use the same compiled dictionaries on every platform:
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-32-bit-hash-fun"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" $($CC -print-libgcc-file-name)"
|
|
}
|