18 lines
511 B
Bash
18 lines
511 B
Bash
# Template file for 'lxqt-build-tools'
|
|
pkgname=lxqt-build-tools
|
|
version=2.0.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=d433ce4de6e69d72de7692424dc5f6bed492c09130a8a59bcd63b20f4d88d328
|
|
|
|
post_install() {
|
|
vlicense BSD-3-Clause LICENSE
|
|
}
|