void-packages/srcpkgs/python3-trimesh/template
2020-02-03 21:20:46 +01:00

20 lines
618 B
Bash

# Template file for 'python3-trimesh'
pkgname=python3-trimesh
version=3.5.16
revision=1
archs=noarch
wrksrc="trimesh-${version}"
build_style=python3-module
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=661e45d9f480974a5184d8685877e8fab0e6cceba814d90a7d9061dcd32bb16c
post_install() {
vlicense LICENSE.md
}