utf8proc: Update from 2.1.0 to 2.1.1
[termux-packages] / packages / fribidi / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/fribidi/fribidi/
2 TERMUX_PKG_DESCRIPTION="Implementation of the Unicode Bidirectional Algorithm"
3 TERMUX_PKG_VERSION=1.0.2
4 TERMUX_PKG_SHA256=bd6d1b530c4f6066f42461200ed6a31f2db8db208570ea4ccaab2b935e88832b
5 TERMUX_PKG_SRCURL=https://github.com/fribidi/fribidi/releases/download/v$TERMUX_PKG_VERSION/fribidi-$TERMUX_PKG_VERSION.tar.bz2
6 TERMUX_PKG_DEPENDS="glib"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-docs"