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

20 lines
648 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.36.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="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6e120bb40411ef559583ef693c0c03a41df3bb40a932bf7444c97e04266d5daf
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}