pantry/projects/mpg123.de/package.yml
2023-10-01 20:41:57 -04:00

38 lines
776 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

distributable:
url: https://www.mpg123.de/download/mpg123-{{version}}.tar.bz2
strip-components: 1
versions:
url: https://www.mpg123.de/download/
match: /mpg123-(\d+\.\d+(\.\d+)?)\.tar\.bz2/
strip:
- /mpg123-/
- /.tar.bz2/
build:
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --disable-debug
- --disable-dependency-tracking
- --prefix={{prefix}}
- --with-module-suffix=.so
- --enable-static
darwin:
ARGS:
- --with-default-audio=coreaudio
aarch64:
ARGS:
- --with-cpu=aarch64
x86-64:
ARGS:
- --with-cpu=x86-64
provides:
- bin/mpg123
# ^^ specify the binaries or tea magic wont work
test: mpg123 --test fixture.mp3