21 lines
635 B
Bash
21 lines
635 B
Bash
# Template file for 'python3-trimesh'
|
|
pkgname=python3-trimesh
|
|
version=3.5.25
|
|
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=ccf5e0578c2c1f0b6c2436f596ec0bc1eca931f0dc693d1773ca412cbc24a90b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|