20 lines
648 B
Bash
20 lines
648 B
Bash
# Template file for 'extra-cmake-modules'
|
|
pkgname=extra-cmake-modules
|
|
version=5.40.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=83e48889c84474e4f560e10e4eea0cc529f8511b3bd0415fcb898ac0496e630a
|
|
|
|
post_install() {
|
|
vlicense COPYING-CMAKE-SCRIPTS
|
|
}
|