diff --git a/srcpkgs/python3-fonttools/template b/srcpkgs/python3-fonttools/template new file mode 100644 index 00000000000..8b1038e1d5a --- /dev/null +++ b/srcpkgs/python3-fonttools/template @@ -0,0 +1,20 @@ +# 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 " +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 +}