mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
kapidox: update to 5.75.0
[ci skip]
This commit is contained in:
parent
21d7cd906c
commit
a994ad442d
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'kapidox'
|
# Template file for 'kapidox'
|
||||||
pkgname=kapidox
|
pkgname=kapidox
|
||||||
version=5.74.0
|
version=5.75.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
|
hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
|
||||||
makedepends="python3-Jinja2 python3-yaml"
|
makedepends="python3-Jinja2 python3-yaml"
|
||||||
depends="python3-Jinja2 python3-yaml doxygen"
|
depends="python3-Jinja2 python3-yaml doxygen"
|
||||||
short_desc="API documentation generation tool for KDE framework"
|
short_desc="API documentation generation tool for KDE framework"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause, CC0-1.0"
|
||||||
homepage="https://invent.kde.org/frameworks/kapidox"
|
homepage="https://invent.kde.org/frameworks/kapidox"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7c5b56b924fe6ae5b3a183d4ff5236cb8c6690fc2bda2f685073d620ec61d2c0
|
checksum=80e2a7bb86ed6c87c9d556d5c0f4059e3968fdbbc585bc041a55d130455d07d2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSES/BSD-2-Clause.txt
|
||||||
|
vlicense LICENSES/CC0-1.0.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue