void-packages/srcpkgs/python3-pyqt6-sip/template

25 lines
721 B
Bash

# Template file for 'python3-pyqt6-sip'
pkgname=python3-pyqt6-sip
version=13.5.1
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools sip"
makedepends="python3-devel"
depends="python3"
short_desc="PyQt6 SIP bindings with C and C++ for Python 3"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
homepage="https://www.riverbankcomputing.com/software/sip/"
distfiles="${PYPI_SITE}/P/PyQt6_sip/PyQt6_sip-${version}.tar.gz"
checksum=d1e9141752966669576d04b37ba0b122abbc41cc9c35493751028d7d91c4dd49
lib32disabled=yes
post_extract() {
# for do_check
mkdir -p PyQt6
}
post_install() {
vlicense /usr/share/licenses/sip/LICENSE
}