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

13 lines
604 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"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.0.12"
2020-03-08 17:40:19 +00:00
TERMUX_PKG_SRCURL=https://github.com/fribidi/fribidi/releases/download/v$TERMUX_PKG_VERSION/fribidi-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=0cd233f97fc8c67bb3ac27ce8440def5d3ffacf516765b91c2cc654498293495
TERMUX_PKG_AUTO_UPDATE=true
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"