new package: enchant (#6411)
This commit is contained in:
parent
b613af721f
commit
b23126e043
13
packages/enchant/build.sh
Normal file
13
packages/enchant/build.sh
Normal file
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user