1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-13 13:57:34 +00:00

Ports: Add libxmp

This is a library that can render most tracker module files into a PCM
buffer.
This commit is contained in:
Julian Offenhäuser 2024-02-23 23:03:04 +01:00 committed by Tim Schumacher
parent 05d5e11966
commit d429b2ff6d
2 changed files with 9 additions and 0 deletions

8
Ports/libxmp/package.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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'