vp-build/srcpkgs/python3-pyqt6-sip/template

26 lines
749 B
Bash

# Template file for 'python3-pyqt6-sip'
pkgname=python3-pyqt6-sip
version=13.1.0
revision=2
wrksrc="PyQt6_sip-$version"
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=7c31073fe8e6cb8a42e85d60d3a096700a9047c772b354d6227dfe965566ec8a
lib32disabled=yes
post_extract() {
# for do_check
mkdir -p PyQt6
}
post_install() {
vlicense /usr/share/licenses/sip/LICENSE
}