vp-build/srcpkgs/extra-cmake-modules/template

20 lines
638 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.50.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-3-Clause"
homepage="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=dd33b0b09c9659c4e0f49f5ba0caf48ad01534bc3d31788d0793b140cd7e0489
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}