summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb')
-rw-r--r--meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb
new file mode 100644
index 0000000000..54d7ef7513
--- /dev/null
+++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Documentation tool for GObject-based libraries"
2DESCRIPTION = "GI-DocGen is a document generator for GObject-based libraries. GObject is \
3the base type system of the GNOME project. GI-Docgen reuses the \
4introspection data generated by GObject-based libraries to generate the API \
5reference of these libraries, as well as other ancillary documentation."
6HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/gi-docgen/"
7
8LICENSE = "GPL-3.0-or-later & Apache-2.0"
9LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f01202478cfe813c0e7f80b326"
10
11SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main"
12
13SRCREV = "96f2e9b93e1d8a5338eb05b87fd879856ab7b3cc"
14
15S = "${WORKDIR}/git"
16
17inherit setuptools3
18
19RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml"
20
21BBCLASSEXTEND = "native nativesdk"