18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'lxqt-build-tools'
|
|
pkgname=lxqt-build-tools
|
|
version=0.12.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-project.org"
|
|
distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz"
|
|
checksum=c4255a67efe2c9c601272eacb33a5978727fd1569812ffe38a727af4b5d1e7aa
|
|
|
|
post_install() {
|
|
vlicense BSD-3-Clause LICENSE
|
|
}
|