void-packages/srcpkgs/ttfautohint/template
2018-07-26 00:08:50 -03:00

17 lines
620 B
Bash

# Template file for 'ttfautohint'
pkgname=ttfautohint
version=1.8.2
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.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+=" qt-host-tools qt-devel"
fi