New package: sip5-5.3.0
This commit is contained in:
parent
bb6da8f926
commit
fe4c7d92d4
1 changed files with 20 additions and 0 deletions
20
srcpkgs/sip5/template
Normal file
20
srcpkgs/sip5/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'sip5'
|
||||||
|
pkgname=sip5
|
||||||
|
version=5.3.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="sip-$version"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3-setuptools python3-packaging python3-toml"
|
||||||
|
short_desc="SIP 5 - Python 3 bindings generator for C/C++ libraries"
|
||||||
|
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}/s/sip/sip-${version}.tar.gz"
|
||||||
|
checksum=03a44e20b252ef03ca2891e9439d238af3fd8245f65cdcff238a843d4f455b80
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue