1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 19:57:07 +00:00
termux-packages/packages/fribidi/build.sh

11 lines
542 B
Bash
Raw Normal View History

2018-03-14 16:11:54 +00:00
TERMUX_PKG_HOMEPAGE=https://github.com/fribidi/fribidi/
TERMUX_PKG_DESCRIPTION="Implementation of the Unicode Bidirectional Algorithm"
2019-01-21 12:53:58 +00:00
TERMUX_PKG_LICENSE="LGPL-2.0"
2020-03-08 17:11:36 +00:00
TERMUX_PKG_VERSION=1.0.9
2018-03-14 16:11:54 +00:00
TERMUX_PKG_SRCURL=https://github.com/fribidi/fribidi/releases/download/v$TERMUX_PKG_VERSION/fribidi-$TERMUX_PKG_VERSION.tar.bz2
2019-12-21 14:05:00 +00:00
TERMUX_PKG_SHA256=94c7b68d86ad2a9613b4dcffe7bbeb03523d63b5b37918bdf2e4ef34195c1e6c
2018-03-14 16:16:11 +00:00
TERMUX_PKG_DEPENDS="glib"
TERMUX_PKG_BREAKS="fribidi-dev"
TERMUX_PKG_REPLACES="fribidi-dev"
2018-03-22 21:23:05 +00:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-docs"