mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
add a recipe
This commit is contained in:
parent
b5ecb61003
commit
0f0ebd8842
11
recipes/wip/sound/audacity/recipe.toml
Normal file
11
recipes/wip/sound/audacity/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user