mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2024-11-23 15:56:18 +00:00
690ca6f00e
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
13 lines
527 B
Bash
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
|
|
}
|