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