redox/recipes/wip/text/gram/recipe.toml
2026-04-16 21:38:17 -03:00

15 lines
329 B
TOML

#TODO not compiled or tested
# maybe x11 is needed: https://codeberg.org/GramEditor/gram/src/branch/main/script/linux#L23
[source]
git = "https://codeberg.org/GramEditor/gram"
shallow_clone = true
[build]
template = "cargo"
cargopackages = ["gram"]
dependencies = [
"fontconfig",
"openssl3",
"zstd",
"sqlite3",
]