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

20 lines
638 B
Bash

# Template file for 'extra-cmake-modules'
pkgname=extra-cmake-modules
version=5.29.0
revision=2
noarch=yes
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=OFF -DBUILD_TESTING=OFF"
hostmakedepends="python-Sphinx"
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=48f76e626e2235bd4b64aeea9bbbcb803eb8966a6d020d0ab8ddbe81930e98d8
post_install() {
vlicense COPYING-CMAKE-SCRIPTS
}