add z-shell

This commit is contained in:
Ohio2 2021-07-13 18:25:47 +02:00
parent 7f5e6527c9
commit f3dfedae26
2 changed files with 11 additions and 0 deletions

6
zsh/build Executable file
View file

@ -0,0 +1,6 @@
wget https://www.zsh.org/pub/zsh-5.8.tar.xz
tar -xf zsh-5.8.tar.xz
cd zsh-5.8
./configure --prefix=/usr --sysconfdir=/etc/zsh --enable-etcdir=/etc/zsh
make
make install DESTDIR="$1"

5
zsh/package Executable file
View file

@ -0,0 +1,5 @@
pkg_config_deploy=true
pkg_config_ver="5.8"
pkg_config_name="zsh"
pkg_config_makedepends=""
pkg_config_depends=""