void-packages/srcpkgs/extra-cmake-modules/template
2017-08-31 08:16:32 -04:00

19 lines
648 B
Bash

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