void-packages/srcpkgs/lxqt-build-tools/template
2019-03-01 12:04:45 -03:00

19 lines
567 B
Bash

# Template file for 'lxqt-build-tools'
pkgname=lxqt-build-tools
version=0.6.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=2488f1105ba8008996b4f6a0df5c556c657c733a47a422ea3f2e59115c051758
post_install() {
vlicense BSD-3-Clause LICENSE
}