void-packages/srcpkgs/qtxdg-tools/template

23 lines
727 B
Bash

# Template file for 'qtxdg-tools'
pkgname=qtxdg-tools
version=3.12.0
revision=1
build_style=cmake
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
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=b49219e485b969a4fdcec14487859a07961e6d63f4456c0064bc1ca073e15b0f
qtxdg-tools-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/cmake
}
}