mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-15 06:10:57 +00:00
19 lines
753 B
Bash
19 lines
753 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/fontconfig/
|
|
TERMUX_PKG_DESCRIPTION="Library for configuring and customizing font access"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2.15.0"
|
|
TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/fontconfig/release/fontconfig-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="freetype, libexpat, ttf-dejavu"
|
|
TERMUX_PKG_BREAKS="fontconfig-dev"
|
|
TERMUX_PKG_REPLACES="fontconfig-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--enable-libxml2=no
|
|
--enable-iconv=no
|
|
--disable-docs
|
|
--with-default-fonts=/system/fonts
|
|
--with-add-fonts=$TERMUX_PREFIX/share/fonts
|
|
"
|