void-packages/srcpkgs/extra-cmake-modules/template

20 lines
631 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.54.0
revision=1
noarch=yes
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=OFF -DBUILD_TESTING=OFF"
hostmakedepends="python-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=91b7a9359f1bfe6f667a5a9c23f6b2178555df26ca2e4dd1bb5c38dc36c77144
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}