22 lines
647 B
Bash
22 lines
647 B
Bash
# Template file for 'python3-trimesh'
|
|
pkgname=python3-trimesh
|
|
version=3.4.6
|
|
revision=2
|
|
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 <karl.robert.nilsson@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://trimsh.org/"
|
|
distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz"
|
|
checksum=53d86c436a0123ba9f34cf14c620dc8396554ab4679c854f442d4e078c24c442
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|