mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
10 lines
237 B
TOML
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",
|
|
]
|