18 lines
559 B
Bash
18 lines
559 B
Bash
# Template file for 'lxqt-build-tools'
|
|
pkgname=lxqt-build-tools
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
|
|
makedepends="qt5-devel"
|
|
short_desc="LXQt build tools"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.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=9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d
|
|
|
|
post_install() {
|
|
vlicense BSD-3-Clause LICENSE
|
|
}
|