1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-24 12:47:05 +00:00
termux-packages/packages/fribidi/build.sh
Termux Github Actions 54fcf8d610 fribidi: update to 1.0.12
This commit has been automatically submitted by Github Actions.
2022-04-20 00:21:40 +00:00

13 lines
604 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/fribidi/fribidi/
TERMUX_PKG_DESCRIPTION="Implementation of the Unicode Bidirectional Algorithm"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.0.12"
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
TERMUX_PKG_DEPENDS="glib"
TERMUX_PKG_BREAKS="fribidi-dev"
TERMUX_PKG_REPLACES="fribidi-dev"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-docs"