diff --git a/packages/enchant/build.sh b/packages/enchant/build.sh new file mode 100644 index 0000000000..de69c79276 --- /dev/null +++ b/packages/enchant/build.sh @@ -0,0 +1,13 @@ +TERMUX_PKG_HOMEPAGE=https://abiword.github.io/enchant/ +TERMUX_PKG_DESCRIPTION="Wraps a number of different spelling libraries and programs with a consistent interface." +TERMUX_PKG_LICENSE="LGPL-2.1" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=2.2.15 +TERMUX_PKG_SRCURL=https://github.com/AbiWord/enchant/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=85295934102a4ab94f209cbc7c956affcb2834e7a5fb2101e2db436365e2922d +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-relocatable" +TERMUX_PKG_DEPENDS="glib" + +termux_step_post_get_source() { + ./bootstrap +}