environment/recipes/zsh.yml

16 lines
250 B
YAML
Raw Normal View History

2025-08-01 12:52:57 +02:00
packages:
- build-essential
- git
- libncursesw5-dev
- libreadline-dev
repository:
url: https://github.com/zsh-users/zsh.git
branch: zsh-5.9
steps:
- ./Util/preconfig
- ./configure --prefix=$HOME/.local
- make
- make install