init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
15
recipes/zsh.yml
Normal file
15
recipes/zsh.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue