void-packages/srcpkgs/lxqt-build-tools/template
2020-04-27 09:56:50 -07:00

19 lines
567 B
Bash

# Template file for 'lxqt-build-tools'
pkgname=lxqt-build-tools
version=0.7.0
revision=1
archs=noarch
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
makedepends="qt5-devel"
short_desc="LXQt build tools"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://lxqt.org/"
distfiles="https://github.com/lxqt/lxqt-build-tools/releases/download/${version}/lxqt-build-tools-${version}.tar.xz"
checksum=85fe1946a92731f22585c30eda8bea923f5221ffbea0e31dc834d722d86cfb90
post_install() {
vlicense BSD-3-Clause LICENSE
}