mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
275 B
TOML
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",
|
|
]
|