16 lines
626 B
Bash
16 lines
626 B
Bash
# Template file for 'python3-occ'
|
|
pkgname=python3-occ
|
|
version=7.4.1
|
|
revision=1
|
|
archs="i686* x86_64* armv7l* aarch64* ppc*"
|
|
wrksrc="pythonocc-core-${version}"
|
|
build_style=cmake
|
|
hostmakedepends="python3 swig"
|
|
makedepends="python3-devel occt-devel freetype-devel swig"
|
|
depends="python3 occt freetype"
|
|
short_desc="Industrial strength 3D CAD Python3 package"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="http://pythonocc.org"
|
|
distfiles="https://github.com/tpaviot/pythonocc-core/archive/${version}.tar.gz"
|
|
checksum=6d62002244a0e7f4e5c1ad590d332a60601c44b2501ad017361443b54371e667
|