0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2024-11-23 15:56:18 +00:00
glibc-packages/gpkg/fribidi/build.sh
Ivan Max 690ca6f00e
update pkgs (#287)
gpkg/glib
gpkg/libarchive
gpkg/cmake
gpkg/fribidi
gpkg/git
gpkg/harfbuzz
gpkg/libuv

recompilation with new python:
- gpkg/asciidoc
- gpkg/libxcb
- gpkg/libxslt
- gpkg/opengl
- gpkg/subversion
- gpkg/xcb-proto
- gpkg/gobject-introspection
- gpkg/libxml2
- gpkg/util-linux
2024-09-30 00:19:22 +03:00

13 lines
527 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-pacman"
TERMUX_PKG_VERSION="1.0.16"
TERMUX_PKG_SRCURL=https://github.com/fribidi/fribidi/releases/download/v$TERMUX_PKG_VERSION/fribidi-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=1b1cde5b235d40479e91be2f0e88a309e3214c8ab470ec8a2744d82a5a9ea05c
TERMUX_PKG_DEPENDS="glibc"
termux_step_configure() {
termux_step_configure_meson
}