mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
qt5-doc: fix license, http->https, other lint
This commit is contained in:
parent
7f410c7e55
commit
f06ce5f256
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'qt5-doc'
|
# Template file for 'qt5-doc'
|
||||||
pkgname=qt5-doc
|
pkgname=qt5-doc
|
||||||
version=5.15.2
|
version=5.15.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="qt-everywhere-src-${version}"
|
wrksrc="qt-everywhere-src-${version}"
|
||||||
hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools which"
|
hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools which"
|
||||||
makedepends="qt5-tools-devel"
|
makedepends="qt5-tools-devel"
|
||||||
depends="qt5-plugin-sqlite qt5>=5.6.0"
|
depends="qt5-plugin-sqlite qt5>=5.6.0"
|
||||||
homepage="http://qt.io/"
|
short_desc="Cross-platform application and UI framework (QT5) - Documentation"
|
||||||
short_desc="A cross-platform application and UI framework (QT5) - Documentation"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3, LGPL-2.1"
|
license="GFDL-1.3-only"
|
||||||
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz"
|
||||||
checksum=3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240
|
checksum=3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue