void-packages/srcpkgs/extra-cmake-modules/template
2019-04-15 11:14:00 +02:00

19 lines
633 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.57.0
revision=1
archs=noarch
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=aa53f8953792b452672f275c2ea9b96ab2adf3e13d9645c3451b06dbc8055b18
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}