mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
9 lines
392 B
Bash
Executable file
9 lines
392 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=libvorbis
|
|
version=1.3.7
|
|
useconfigure=true
|
|
configopts=("--disable-static" "--enable-shared")
|
|
use_fresh_config_sub=true
|
|
files="https://github.com/xiph/vorbis/releases/download/v${version}/libvorbis-${version}.tar.gz libvorbis-${version}.tar.gz 0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab"
|
|
auth_type=sha256
|
|
depends=("libogg")
|