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

27 lines
787 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.100.0
revision=2
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=ON"
hostmakedepends="python3-Sphinx qt5-tools"
depends="cmake"
checkdepends="qt5-declarative-devel"
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=34563ce7bbe3c4d8f69ce1f5dc87ae052443a6b0349fefb9e244a7358b16c0c5
python_version=3
do_check() {
cd build
# expects to be in frameworks/extra-cmake-modules instead of extra-cmake-modules
ctest -E 'KDEFetchTranslations'
}
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}