19 lines
662 B
Bash
19 lines
662 B
Bash
# Template file for 'python3-sip-PyQt5'
|
|
pkgname=python3-sip-PyQt5
|
|
version=12.8.0
|
|
revision=1
|
|
wrksrc="PyQt5_sip-$version"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools sip5"
|
|
makedepends="python3-devel"
|
|
short_desc="Python 3 PyQt5 SIP bindings with C and C++"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
|
|
homepage="https://riverbankcomputing.com/software/sip/intro"
|
|
distfiles="${PYPI_SITE}/P/PyQt5_sip/PyQt5_sip-${version}.tar.gz"
|
|
checksum=0a34b6596bdd28d52da3a51fa8d9bb0b287bcb605c2512aa3251b9028cc71f4d
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense /usr/share/licenses/sip5/LICENSE
|
|
}
|