mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
d429b2ff6d
This is a library that can render most tracker module files into a PCM buffer.
8 lines
297 B
Bash
Executable file
8 lines
297 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='libxmp'
|
|
version='4.6.0'
|
|
files=(
|
|
"https://github.com/libxmp/libxmp/releases/download/libxmp-${version}/libxmp-${version}.tar.gz#2d3c45fe523b50907e89e60f9a3b7f4cc9aab83ec9dbba7743eaffbcdcb35ea6"
|
|
)
|
|
useconfigure='true'
|
|
use_fresh_config_sub='false'
|