mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
8 lines
283 B
Bash
Executable file
8 lines
283 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='fio'
|
|
version='3.33'
|
|
files="https://brick.kernel.dk/snaps/${port}-${version}.tar.gz ${port}-${version}.tar.gz d2410e13e0f379d061d077cc5ae325835bb7c6186aa7bafc1df954cbc9b014fc"
|
|
auth_type='sha256'
|
|
depends=("zlib")
|
|
|
|
export LDFLAGS='-ldl'
|