1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:37:35 +00:00

Ports: Add ZSH port

This commit is contained in:
Thiago Henrique Hupner 2021-06-05 08:31:13 -03:00 committed by Linus Groh
parent 4850cf9069
commit d0bed24ca1
4 changed files with 33 additions and 0 deletions

10
Ports/zsh/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/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"
}