# Description: Documentation generator for GObject-based libraries # URL: https://gnome.pages.gitlab.gnome.org/gi-docgen/ # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: python3-markdown python3-markupsafe python3-jinja2 python3-pygments python3-toml python-typogrify name=gi-docgen version=2023.1 release=1 source=("https://gitlab.gnome.org/GNOME/${name}/-/archive/${version}/${name}-${version}.tar.gz") build() { cd ${name}-${version} python3 setup.py build python3 setup.py install --root="${PKG}" --optimize=1 --skip-build }