redox/recipes/core/pkgar/recipe.toml
2026-03-06 00:58:12 +07:00

13 lines
181 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/pkgar.git"
[build]
template = "cargo"
cargopackages = [
"pkgar",
"pkgar-keys",
]
cargoflags = [
"--features cli"
]