aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-pivy/template
blob: 9940fe5cce01a0d1e836e7631f2f504324a5ce82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
}