termux-packages/packages/fribidi/build.sh

11 lines
542 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"
2019-01-21 13:53:58 +01:00
TERMUX_PKG_LICENSE="LGPL-2.0"
2019-12-21 15:05:00 +01:00
TERMUX_PKG_VERSION=1.0.8
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
2019-12-21 15:05:00 +01:00
TERMUX_PKG_SHA256=94c7b68d86ad2a9613b4dcffe7bbeb03523d63b5b37918bdf2e4ef34195c1e6c
2018-03-14 17:16:11 +01:00
TERMUX_PKG_DEPENDS="glib"
TERMUX_PKG_BREAKS="fribidi-dev"
TERMUX_PKG_REPLACES="fribidi-dev"
2018-03-22 22:23:05 +01:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-docs"