a80b3f95aa
[ci skip]
19 lines
629 B
Bash
19 lines
629 B
Bash
# Template file for 'extra-cmake-modules'
|
|
pkgname=extra-cmake-modules
|
|
version=5.77.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_HTML_DOCS=OFF -DBUILD_TESTING=OFF"
|
|
hostmakedepends="python3-Sphinx qt5-tools"
|
|
depends="cmake"
|
|
short_desc="Extra modules and scripts for CMake"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://invent.kde.org/frameworks/extra-cmake-modules"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=42f071f628b192122894026de20097cb0b3de411cb41c6935b48eb86ce992a65
|
|
python_version=3
|
|
|
|
post_install() {
|
|
vlicense COPYING-CMAKE-SCRIPTS
|
|
}
|