new package: libhypen (#6400)
This commit is contained in:
parent
b23126e043
commit
1cb0194e79
11
packages/libhypen/build.sh
Normal file
11
packages/libhypen/build.sh
Normal file
@ -0,0 +1,11 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/hunspell/hyphen
|
||||
TERMUX_PKG_DESCRIPTION="hyphenation library to use converted TeX hyphenation patterns"
|
||||
TERMUX_PKG_LICENSE="LGPL-2.1"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=2.8.8
|
||||
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/hunspell/hyphen-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -fvi
|
||||
}
|
Loading…
Reference in New Issue
Block a user