void-packages/srcpkgs/python3-fonttools/template

21 lines
672 B
Bash
Raw Normal View History

2019-08-24 13:22:40 +00:00
# Template file for 'python3-fonttools'
pkgname=python3-fonttools
version=4.0.0
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
pycompile_module="fonttools"
hostmakedepends="python3-devel python3-setuptools"
makedepends="${hostmakedepends}"
short_desc="Library to manipulate font files from Python3"
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=f854849ca51f8ac39b7627bb61142e33e833f4f1f6de882273d1011726819957
post_install() {
vlicense LICENSE
vlicense LICENSE.external
}