Update vim to patch 8.0.1400 (#1945)
[termux-packages] / packages / freetype / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.freetype.org
2 TERMUX_PKG_DESCRIPTION="Software font engine capable of producing high-quality output"
3 TERMUX_PKG_VERSION=2.8.1
4 TERMUX_PKG_SHA256=e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78
5 TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/freetype/freetype2/${TERMUX_PKG_VERSION}/freetype-${TERMUX_PKG_VERSION}.tar.bz2
6 TERMUX_PKG_DEPENDS="libbz2, libpng"
7 TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/freetype-config share/man/man1/freetype-config.1"
8 # Use with-harfbuzz=no to avoid circular dependency between freetype and harfbuzz:
9 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-harfbuzz=no"