19 lines
551 B
Bash
19 lines
551 B
Bash
# Template file for 'lxqt-build-tools'
|
|
pkgname=lxqt-build-tools
|
|
version=0.3.2
|
|
revision=1
|
|
noarch=yes
|
|
build_style=cmake
|
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
|
makedepends="qt5-devel"
|
|
short_desc="LXQt build tools"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
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=726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef
|
|
|
|
post_install() {
|
|
vlicense BSD-3-Clause LICENSE
|
|
}
|