2021-01-29 11:15:04 +02:00
|
|
|
prepare:
|
2021-06-30 01:08:42 +03:00
|
|
|
git clone https://github.com/zsh-users/zsh.git
|
|
|
|
cd zsh
|
2021-01-29 11:15:04 +02:00
|
|
|
zsh:
|
|
|
|
make
|
|
|
|
install:
|
2021-06-29 23:27:12 +03:00
|
|
|
make install DESTDIR="${PREFIX}"
|
2021-01-29 11:15:04 +02:00
|
|
|
uninstall:
|
|
|
|
make uninstall
|