mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 02:54:54 +03:00
11 lines
261 B
Bash
Executable File
11 lines
261 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='flac'
|
|
version='1.4.3'
|
|
useconfigure='true'
|
|
depends=(
|
|
'libogg'
|
|
)
|
|
files=(
|
|
"https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz#6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70"
|
|
)
|