26 lines
746 B
Bash
26 lines
746 B
Bash
# Template file for 'python3-sip-PyQt5'
|
|
pkgname=python3-sip-PyQt5
|
|
version=12.9.0
|
|
revision=1
|
|
wrksrc="PyQt5_sip-$version"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools sip"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="Python 3 PyQt5 SIP bindings with C and C++"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
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=d3e4489d7c2b0ece9d203ae66e573939f7f60d4d29e089c9f11daa17cfeaae32
|
|
lib32disabled=yes
|
|
|
|
post_extract() {
|
|
# for do_check
|
|
mkdir -p PyQt5
|
|
}
|
|
|
|
post_install() {
|
|
vlicense /usr/share/licenses/sip/LICENSE
|
|
}
|