mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
12 lines
282 B
TOML
12 lines
282 B
TOML
#TODO missing script for "make", see https://github.com/ccrma/miniAudicle#linux
|
|
[source]
|
|
git = "https://github.com/ccrma/miniAudicle"
|
|
rev = "3ef25e881cec9ee823d9cf93346c2d6feb089007"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"pulseaudio",
|
|
"libsndfile",
|
|
"qt6-base",
|
|
]
|