void-packages/srcpkgs/extra-cmake-modules/template
2020-04-11 15:44:58 +02:00

20 lines
634 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.69.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=dacc8e0be8605b6c609ea35bda2d87bf06e1d228bcbf8957b0f0230c4a888359
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}