redox/recipes/other/terminfo/recipe.toml
Anhad Singh 7a0b6a54ab
feat(terminfo): convert to TOML recipe
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-02 15:27:43 +11:00

12 lines
205 B
TOML

[source]
git = "https://github.com/sajattack/terminfo"
branch = "master"
[build]
template = "custom"
script = """
mkdir -p ${COOKBOOK_STAGE}/share
cp -r ${COOKBOOK_SOURCE}/. ${COOKBOOK_STAGE}/share/
"""