void-packages/srcpkgs/qtxdg-tools/template

23 lines
710 B
Bash

# Template file for 'qtxdg-tools'
pkgname=qtxdg-tools
version=4.0.0
revision=1
build_style=cmake
hostmakedepends="lxqt-build-tools qt6-base"
makedepends="libqtxdg-devel"
short_desc="User tools for libqtxg"
maintainer="Enrico Belleri <idesmi@protonmail.com>"
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=4c893e70d61b180717c17bf4097ac748d4d84360eb8611daf27e8f3631967981
qtxdg-tools-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/cmake
}
}