void-packages/srcpkgs/extra-cmake-modules/template
2020-09-13 19:25:03 +02:00

20 lines
642 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.74.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://invent.kde.org/frameworks/extra-cmake-modules"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=71406067bcd99ac106e0e3bfbb073653b18fd6d01039c0298d9767680977364f
python_version=3
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}