void-packages/srcpkgs/extra-cmake-modules/template
2020-07-08 16:18:33 +02:00

21 lines
653 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.71.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 <me@johnnynator.dev>"
license="BSD-3-Clause"
homepage="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=64f41c0b4b3164c7be8fcab5c0181253d97d1e9d62455fd540cb463afd051878
python_version=3
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}