mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
9 lines
284 B
Bash
Executable file
9 lines
284 B
Bash
Executable file
#!/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#65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d"
|
|
)
|