vp-build/srcpkgs/fonttools/template

27 lines
863 B
Bash

# Template file for 'fonttools'
pkgname=fonttools
version=4.18.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="Library to manipulate font files from Python"
maintainer="svenper <svenper@tuta.io>"
license="MIT, OFL-1.1, BSD-3-Clause"
homepage="https://github.com/fonttools/fonttools"
distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
checksum=db0a38a17061c65ae3d9e5a86d52e8fa2ecf4d474548d808d338a7f72cf08cff
replaces="python-fonttools>=0 python3-fonttools>=0"
provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"
post_install() {
vlicense LICENSE
vlicense LICENSE.external
}
python3-fonttools_package() {
depends="fonttools>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package Python 3)"
}