redox/recipes/wip/players/xmp/recipe.toml
2026-05-28 14:03:41 -03:00

11 lines
275 B
TOML

#TODO compile and test
# build instructions: https://github.com/libxmp/xmp-cli/blob/master/INSTALL
[source]
tar = "https://github.com/libxmp/xmp-cli/releases/download/xmp-4.3.0/xmp-4.3.0.tar.gz"
[build]
template = "configure"
dependencies = [
"libxmp",
"libpulse",
]