void-packages/srcpkgs/python3-pivy/template
2021-04-29 11:54:25 -03:00

25 lines
693 B
Bash

# Template file for 'python3-pivy'
pkgname=python3-pivy
version=0.6.6
revision=1
wrksrc="pivy-${version}"
build_style=cmake
hostmakedepends="python3-devel swig"
makedepends="python3-devel coin3-devel"
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=27204574d894cc12aba5df5251770f731f326a3e7de4499e06b5f5809cc5659e
# still relevant with pivy 0.6.6 ?
case "$XBPS_TARGET_MACHINE" in
ppc64*);;
ppc*) broken="{standard input}:3376761: Error: operand out of range";;
esac
post_install() {
vlicense LICENSE
}