void-packages/srcpkgs/python3-trimesh/template
2020-04-10 17:49:43 +00:00

20 lines
635 B
Bash

# Template file for 'python3-trimesh'
pkgname=python3-trimesh
version=3.6.20
revision=1
archs=noarch
wrksrc="trimesh-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-numpy"
depends="python3-numpy python3-scipy python3-networkx"
short_desc="Python3 library for loading and using triangular meshes"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="MIT"
homepage="https://trimsh.org/"
distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz"
checksum=13c33db3de5d2cfc6a4305fd700728512bc2f06c11c6651122cc73e2f5c075c8
post_install() {
vlicense LICENSE.md
}