# Template file for 'qtxdg-tools'
pkgname=qtxdg-tools
version=4.4.0
revision=1
build_style=cmake
hostmakedepends="lxqt-build-tools qt6-base"
makedepends="libqtxdg-devel"
short_desc="User tools for libqtxg"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://www.lxqt.org"
changelog="https://github.com/lxqt/qtxdg-tools/raw/master/CHANGELOG"
distfiles="https://github.com/lxqt/qtxdg-tools/archive/${version}.tar.gz"
checksum=7dcbbd787606e522f874bf98305421d3c0c7d0550980ea2f4f39e718f3a28b2e

qtxdg-tools-devel_package() {
	short_desc+=" - development files"
	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
	pkg_install() {
		vmove usr/share/cmake
	}
}
