diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template new file mode 100644 index 00000000000..2563f8eb702 --- /dev/null +++ b/srcpkgs/python3-trimesh/template @@ -0,0 +1,21 @@ +# Template file for 'python3-trimesh' +pkgname=python3-trimesh +version=3.4.6 +revision=1 +archs=noarch +wrksrc="trimesh-${version}" +build_style=python3-module +pycompile_module="trimesh.py" +hostmakedepends="python3-setuptools" +makedepends="python3-numpy" +depends="python3-numpy python3-scipy" +short_desc="Python3 library for loading and using triangular meshes" +maintainer="Karl Nilsson " +license="MIT" +homepage="https://trimsh.org/" +distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz" +checksum=53d86c436a0123ba9f34cf14c620dc8396554ab4679c854f442d4e078c24c442 + +post_install() { + vlicense LICENSE.md +}