mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
12 lines
340 B
TOML
12 lines
340 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/audacity/audacity/blob/master/BUILDING.md
|
|
# use the GTK2 or wxWidgets frontend?
|
|
[source]
|
|
tar = "https://github.com/audacity/audacity/releases/download/Audacity-3.7.5/audacity-sources-3.7.5.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"gtk2",
|
|
"libuuid",
|
|
]
|