forked from alnux/repo
add z-shell
This commit is contained in:
parent
7f5e6527c9
commit
f3dfedae26
2 changed files with 11 additions and 0 deletions
6
zsh/build
Executable file
6
zsh/build
Executable 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
5
zsh/package
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
pkg_config_deploy=true
|
||||||
|
pkg_config_ver="5.8"
|
||||||
|
pkg_config_name="zsh"
|
||||||
|
pkg_config_makedepends=""
|
||||||
|
pkg_config_depends=""
|
Loading…
Reference in a new issue