redox/recipes/text/kibi/recipe.toml
2026-05-22 01:46:02 +07:00

12 lines
246 B
TOML

[source]
git = "https://github.com/ilai-deutel/kibi"
rev = "v0.3.2"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/kibi
cp -rv "${COOKBOOK_SOURCE}"/syntax.d "${COOKBOOK_STAGE}"/usr/share/kibi
cookbook_cargo
"""