mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
6 lines
215 B
Bash
Executable file
6 lines
215 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='lz4'
|
|
version='1.9.4'
|
|
files=(
|
|
"https://github.com/lz4/lz4/archive/refs/tags/v${version}.tar.gz#0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b"
|
|
)
|