Use PCRE (#2349)
[termux-packages] / packages / fribidi / build.sh
CommitLineData
fbd53df3
FF
1TERMUX_PKG_HOMEPAGE=https://github.com/fribidi/fribidi/
2TERMUX_PKG_DESCRIPTION="Implementation of the Unicode Bidirectional Algorithm"
1ec29af1
FF
3TERMUX_PKG_VERSION=1.0.2
4TERMUX_PKG_SHA256=bd6d1b530c4f6066f42461200ed6a31f2db8db208570ea4ccaab2b935e88832b
fbd53df3 5TERMUX_PKG_SRCURL=https://github.com/fribidi/fribidi/releases/download/v$TERMUX_PKG_VERSION/fribidi-$TERMUX_PKG_VERSION.tar.bz2
2153b3aa 6TERMUX_PKG_DEPENDS="glib"
1ec29af1 7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-docs"