18 lines
623 B
Bash
18 lines
623 B
Bash
# Template file for 'ttfautohint'
|
|
pkgname=ttfautohint
|
|
version=1.8.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="freetype-devel harfbuzz-devel qt5-devel"
|
|
short_desc="Tools for automated hinting process and finely hand-hinting"
|
|
maintainer="Renato Aguiar <renato@renag.me>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://www.freetype.org/ttfautohint/"
|
|
distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz"
|
|
checksum=386741701596a8b2d5fb744901922ed2bd740490f7e6c81e5d7e83ac677889a7
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
fi
|