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-05-17 19:38:49 +02:00
TERMUX_PKG_VERSION=1.0.3
TERMUX_PKG_SHA256=8d214b17b6eedcb416e53142c196c2896b9a685fca2a5bddc098a73d2b02ce12
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"