redox/recipes/wip/finance/mgmt/ledger/recipe.toml
2026-06-08 16:09:49 -03:00

17 lines
305 B
TOML

#TODO compile and test
# build instructions: https://github.com/ledger/ledger#building
[source]
git = "https://github.com/ledger/ledger"
rev = "v3.4.1"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_LIBRARY=OFF",
]
dependencies = [
"boost",
"libgmp",
"libmpfr",
]