21 lines
672 B
Bash
21 lines
672 B
Bash
|
# 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
|
||
|
}
|