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

20 lines
657 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.44.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="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=3a72c3aba988c5e17eef1a805547f2567f5e31cf86676ed0d0761d478ae42f88
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}