redox/recipes/wip/terminal/vhs/recipe.toml
2026-06-07 18:23:24 -03:00

12 lines
278 B
TOML

#TODO implement go template
# build instructions: https://github.com/charmbracelet/vhs#installation
[source]
tar = "https://github.com/charmbracelet/vhs/releases/download/v0.11.0/vhs-0.11.0.tar.gz"
[build]
template = "go"
[package]
dependencies = [
"ffmpeg6",
"ttyd",
]