void-packages/srcpkgs/qt6-sensors/template

35 lines
1.1 KiB
Bash

# Template file for 'qt6-sensors'
pkgname=qt6-sensors
version=6.4.2
revision=1
build_style=cmake
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
makedepends="qt6-declarative-devel qt6-svg-devel"
short_desc="Cross-platform application and UI framework - Sensors"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtsensors-everywhere-src-${version}.tar.xz"
checksum=455619ff28a39f4caba49c9e1952fbcfafc8ffc893b437d653d5465a077ee656
post_install() {
rm -rf ${DESTDIR}/usr/tests
}
qt6-sensors-devel_package() {
depends="${sourcepkg}>=${version}_${revision}
qt6-declarative-devel>=${version}_1"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/metatypes
vmove usr/lib/pkgconfig
vmove usr/lib/qt6/mkspecs
vmove usr/lib/qt6/qml/QtSensors/plugins.qmltypes
vmove usr/lib/qt6/qml/QtSensors/qmldir
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
}
}