void-packages/srcpkgs/python3-pivy/template
2024-12-14 07:43:03 -05:00

18 lines
531 B
Bash

# Template file for 'python3-pivy'
pkgname=python3-pivy
version=0.6.9
revision=1
build_style=cmake
hostmakedepends="python3-devel swig"
makedepends="python3-devel coin3-devel"
depends="python3"
short_desc="Python3 bindings for the high-level 3D graphics library Coin"
maintainer="yopito <pierre.bourgin@free.fr>"
license="ISC"
homepage="https://github.com/coin3d/pivy"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=c207f5ed73089b2281356da4a504c38faaab90900b95639c80772d9d25ba0bbc
post_install() {
vlicense LICENSE
}