void-packages/srcpkgs/extra-cmake-modules/template
2020-05-10 14:55:23 +02:00

20 lines
651 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.70.0
revision=1
archs=noarch
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=OFF -DBUILD_TESTING=OFF"
hostmakedepends="python3-Sphinx qt5-tools"
depends="cmake"
short_desc="Extra modules and scripts for CMake"
maintainer="John <johnz@posteo.net>"
license="BSD-3-Clause"
homepage="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=830da8d84cc737e024ac90d6ed767d10f9e21531e5f576a1660d4ca88bee8581
python_version=3
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}