New package: qt6-tools-6.1.0
This commit is contained in:
parent
35d4d364cb
commit
e403f07dbd
|
@ -0,0 +1 @@
|
|||
qt6-tools
|
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'qt6-tools'
|
||||
pkgname=qt6-tools
|
||||
version=6.1.0
|
||||
revision=1
|
||||
wrksrc="qttools-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr "
|
||||
hostmakedepends="qt6-base-devel perl"
|
||||
makedepends="qt6-base-devel libatomic-devel"
|
||||
short_desc="Cross-platform application and UI framework (QT6) - qt6-tools component"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttools-everywhere-src-${version}.tar.xz"
|
||||
checksum=6263030c1120a30b0541d37b52dc0be0ea04bbb8d1695ec9648f0bd77e421f3e
|
||||
|
||||
qt6-tools-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
pkgname="${pkgname/6-/}-everywhere-src"
|
Loading…
Reference in New Issue