void-packages/srcpkgs/extra-cmake-modules/template
2018-02-22 01:32:35 +01:00

19 lines
648 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.43.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=5757a5ddceede5321b58345a8dbf953c2282487bf9c24ae477efde800b94fffd
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}