void-packages/srcpkgs/qtxdg-tools/template

23 lines
727 B
Bash

# Template file for 'qtxdg-tools'
pkgname=qtxdg-tools
version=3.10.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=56c25d9d07cfafaaedeb380b50bf5a2c8da6a3b9567926a37510af5a482586bb
qtxdg-tools-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/cmake
}
}