redox/recipes/wip/tools/chuck/recipe.toml
2024-02-11 14:08:48 +00:00

10 lines
237 B
TOML

#TODO missing script for "make", see https://github.com/ccrma/chuck#linux
[source]
tar = "https://chuck.cs.princeton.edu/release/files/chuck-1.5.1.3.tgz"
[build]
template = "custom"
dependencies = [
"pulseaudio",
"libsndfile",
]