18 lines
511 B
Bash
18 lines
511 B
Bash
# Template file for 'lxqt-build-tools'
|
|
pkgname=lxqt-build-tools
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config qt6-base"
|
|
makedepends="qt6-base"
|
|
short_desc="LXQt build tools"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://lxqt-project.org"
|
|
distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz"
|
|
checksum=f24679bd4f50900981cf614c1341b6fbcf81d8ab3dbccae435f7ee878fc1b060
|
|
|
|
post_install() {
|
|
vlicense BSD-3-Clause LICENSE
|
|
}
|