1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

Ports: Add libopus 1.3.1

This commit is contained in:
Kenneth Myhra 2023-05-04 17:33:13 +02:00 committed by Jelle Raaijmakers
parent ac5cef1b66
commit 748289211a
2 changed files with 9 additions and 0 deletions

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

@ -0,0 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libopus'
version='1.3.1'
workdir='opus-1.3.1'
useconfigure='true'
use_fresh_config_sub='true'
files="https://archive.mozilla.org/pub/opus/opus-${version}.tar.gz opus-${version}.tar.gz 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d"
auth_type='sha256'