17 lines
729 B
Bash
17 lines
729 B
Bash
# Template file for 'gi-docgen'
|
|
pkgname=gi-docgen
|
|
version=2023.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Pygments python3-typogrify python3-Jinja2 python3-toml
|
|
python3-Markdown python3-MarkupSafe"
|
|
short_desc="Documentation generator for GObject-based libraries"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0, GPL-3.0-or-later"
|
|
homepage="https://gitlab.gnome.org/GNOME/gi-docgen/"
|
|
changelog="https://gitlab.gnome.org/GNOME/gi-docgen/-/releases"
|
|
distfiles="https://download.gnome.org/sources/gi-docgen/${version%.*}/gi-docgen-$version.tar.xz"
|
|
checksum=a9a687c1b7c4a4139a214bd451e01ca86131a3161f68aa3e07325b06002bbfb6
|
|
make_check=no # no tests, but check fails
|