diff --git a/zsh/build b/zsh/build new file mode 100755 index 0000000..9b30e78 --- /dev/null +++ b/zsh/build @@ -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" diff --git a/zsh/package b/zsh/package new file mode 100755 index 0000000..3d309ad --- /dev/null +++ b/zsh/package @@ -0,0 +1,5 @@ +pkg_config_deploy=true +pkg_config_ver="5.8" +pkg_config_name="zsh" +pkg_config_makedepends="" +pkg_config_depends=""