1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

Ports: Add xmp-cli (Extended Module Player)

This commit is contained in:
Julian Offenhäuser 2024-02-23 23:03:37 +01:00 committed by Tim Schumacher
parent d429b2ff6d
commit 9b1b8828b4
4 changed files with 260 additions and 0 deletions

15
Ports/xmp-cli/package.sh Executable file
View file

@ -0,0 +1,15 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='xmp-cli'
version='4.2.0'
workdir="xmp-${version}"
files=(
"https://github.com/libxmp/xmp-cli/releases/download/xmp-${version}/xmp-${version}.tar.gz#dc54513af9a4681029a1243fd0c9cdf153d813a1125de6c782926674285bc5ae"
)
useconfigure='true'
use_fresh_config_sub='false'
configopts=(
'--disable-alsa'
'--disable-oss'
'--disable-sndio'
)
depends=( 'libxmp' )