void-packages/srcpkgs/lxqt-build-tools/template

19 lines
563 B
Bash

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