mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
9 lines
246 B
Bash
Executable file
9 lines
246 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#d2410e13e0f379d061d077cc5ae325835bb7c6186aa7bafc1df954cbc9b014fc"
|
|
)
|
|
depends=("zlib")
|
|
|
|
export LDFLAGS='-ldl'
|