redox/recipes/wip/web/teacat/recipe.toml
2025-06-06 09:58:52 -03:00

11 lines
266 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/Ultrasquid9/TeaCat"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/teacat
cp -rv "${COOKBOOK_SOURCE}"/test.tcat "${COOKBOOK_STAGE}"/usr/share/teacat
cookbook_cargo
"""