python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / libArcus / template
blob818eb276d7e024ca3f723c49c6c0fa0c09ba59d4
1 # Template file for 'libArcus'
2 pkgname=libArcus
3 version=3.3.0
4 revision=2
5 build_style=cmake
6 configure_args="-DBUILD_EXAMPLES=OFF"
7 hostmakedepends="protobuf python3-sip-devel"
8 makedepends="protobuf-devel python3-devel"
9 depends="python3-sip"
10 short_desc="Communication library for Ultimaker software components"
11 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
12 license="LGPL-3.0-or-later"
13 homepage="https://github.com/Ultimaker/libArcus"
14 distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
15 checksum=9416731ccc21fc51c7102431e4c9e2a01075676a7a095bdec2dc2a943359940a
17 libArcus-devel_package() {
18         depends="${sourcepkg}>=${version}_${revision}"
19         short_desc+=" - development files"
20         pkg_install() {
21                 vmove usr/include
22                 vmove usr/lib/cmake
23                 vmove "usr/lib/*.so"
24         }
27 libArcus-python3_package() {
28         lib32disabled=yes
29         short_desc+=" - Python3 bindings"
30         pkg_install() {
31                 vmove "usr/lib/python3*"
32         }