mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
7 lines
245 B
Bash
Executable file
7 lines
245 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='speexdsp'
|
|
version='1.2.1'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://downloads.xiph.org/releases/speex/speexdsp-${version}.tar.gz#8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d"
|
|
)
|