mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
11 lines
352 B
Bash
Executable file
11 lines
352 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=zsh
|
|
version=5.8.1
|
|
files="https://sourceforge.net/projects/zsh/files/zsh/${version}/zsh-${version}.tar.xz zsh-${version}.tar.xz b6973520bace600b4779200269b1e5d79e5f505ac4952058c11ad5bbf0dd9919"
|
|
auth_type="sha256"
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
|
|
pre_configure() {
|
|
run "./Util/preconfig"
|
|
}
|