redox/recipes/wip/text/rnote/recipe.toml
2025-03-02 15:09:35 +00:00

17 lines
339 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 = "custom"
dependencies = [
"glib",
"libadwaita",
"glib",
"libalsa",
"libpoppler",
]
script = """
cookbook_cargo_packages rnote
"""