mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
11 lines
324 B
Bash
Executable File
11 lines
324 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=zsh
|
|
version=5.8
|
|
files="https://sourceforge.net/projects/zsh/files/zsh/${version}/zsh-${version}.tar.xz zsh-${version}.tar.xz dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27"
|
|
auth_type="sha256"
|
|
useconfigure=true
|
|
|
|
pre_configure() {
|
|
run "./Util/preconfig"
|
|
}
|