termux-packages/packages/fribidi/build.sh

8 lines
446 B
Bash
Raw Normal View History

2018-03-14 17:11:54 +01:00
TERMUX_PKG_HOMEPAGE=https://github.com/fribidi/fribidi/
TERMUX_PKG_DESCRIPTION="Implementation of the Unicode Bidirectional Algorithm"
2018-07-25 11:19:34 +02:00
TERMUX_PKG_VERSION=1.0.5
TERMUX_PKG_SHA256=6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce
2018-03-14 17:11:54 +01:00
TERMUX_PKG_SRCURL=https://github.com/fribidi/fribidi/releases/download/v$TERMUX_PKG_VERSION/fribidi-$TERMUX_PKG_VERSION.tar.bz2
2018-03-14 17:16:11 +01:00
TERMUX_PKG_DEPENDS="glib"
2018-03-22 22:23:05 +01:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-docs"