redox/recipes/wip/sound/euphonica/recipe.toml
2025-11-16 00:59:23 -03:00

18 lines
318 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/htkhiem/euphonica#meson
[source]
git = "https://github.com/htkhiem/euphonica"
[build]
template = "custom"
dependencies = [
"gtk4",
"libadwaita",
"sqlite3",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""
[package]
dependencies = ["mpd"]