redox/recipes/wip/text/rnote/recipe.toml
2025-10-14 11:09:28 -03:00

15 lines
307 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/flxzt/rnote/blob/main/BUILDING.md#build-with-meson
[source]
git = "https://github.com/flxzt/rnote"
[build]
template = "meson"
dependencies = [
"gtk4",
"glib",
"libadwaita",
"libalsa",
"libpoppler",
"appstream",
]