19 lines
564 B
Bash
19 lines
564 B
Bash
# Template file for 'lxqt-build-tools'
|
|
pkgname=lxqt-build-tools
|
|
version=0.5.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="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=a66d080d4cf075007fcdd9eab1689559728418dd8f85f7e8e79679738de8658d
|
|
|
|
post_install() {
|
|
vlicense BSD-3-Clause LICENSE
|
|
}
|