gi-docgen_2025.3.bb 964 B

123456789101112131415161718192021
  1. SUMMARY = "Documentation tool for GObject-based libraries"
  2. DESCRIPTION = "GI-DocGen is a document generator for GObject-based libraries. GObject is \
  3. the base type system of the GNOME project. GI-Docgen reuses the \
  4. introspection data generated by GObject-based libraries to generate the API \
  5. reference of these libraries, as well as other ancillary documentation."
  6. HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/"
  7. LICENSE = "GPL-3.0-or-later & Apache-2.0"
  8. LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326"
  9. SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main"
  10. SRCREV = "9ab2ab8fa3f4a04f5d2cc24b0c8e91e73bc57b51"
  11. S = "${WORKDIR}/git"
  12. inherit python_setuptools_build_meta
  13. RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-typogrify python3-xml"
  14. BBCLASSEXTEND = "native nativesdk"