mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
12 lines
372 B
TOML
12 lines
372 B
TOML
#TODO missing script for CMake, see https://github.com/audacity/audacity/blob/master/BUILDING.md
|
|
#TODO use the GTK2 or wxWidgets frontend?
|
|
#TODO probably need audio server patching
|
|
[source]
|
|
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-sources-3.4.2.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"gtk2",
|
|
"libuuid",
|
|
]
|