aports/community/kapidox/APKBUILD
2025-04-24 20:33:45 +02:00

46 lines
1.1 KiB
Text

# Contributor: Bart Ribbers <bribbers@disroot.org>
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-frameworks
maintainer="team/kde <bribbers@disroot.org>"
pkgname=kapidox
pkgver=6.13.0
pkgrel=0
arch="noarch !armhf" # armhf blocked by extra-cmake-modules
pkgdesc="Scripts and data for building API documentation (dox) in a standard format and style"
url="https://community.kde.org/Frameworks"
license="BSD-3-Clause"
depends="
doxygen
py3-jinja2
py3-yaml
python3
"
makedepends="
py3-gpep517
py3-setuptools
py3-wheel
python3-dev
samurai
"
checkdepends="bash"
subpackages="$pkgname-pyc"
_repo_url="https://invent.kde.org/frameworks/kapidox.git"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kapidox-$pkgver.tar.xz"
# No useful tests
options="!check"
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="
bd240dbe0990a51217be66b67d1659cb179ea276d5f4a45571e2efe3b276cce3a75251d373cf5332454c2d3d44ad005d855890a2618f9dbd1d395934bc4e8ad4 kapidox-6.13.0.tar.xz
"