diff --git a/README.md b/README.md index a80b086..e79b322 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://zdharma-continuum.github.io/zinit/wiki/Zinit-Packages/ To create a new package named `foo`: ```zsh -./zinit-gen-pkg.sh create foo +./zinit-pkg-gen.sh create foo ``` This will create a directory named `foo` which contains: @@ -25,7 +25,7 @@ This will create a directory named `foo` which contains: To add another profile (as in `zinit pack"PROFILE" for PACKAGE`), for example `bar`: ```zsh -./zinit-gen-pkg.sh create foo bar +./zinit-pkg-gen.sh create foo bar ``` This will create a new file in your package directory: `bar.ices.zsh`. @@ -61,7 +61,7 @@ To generate a `package.json` file for your package run: pkg=null profile=default -./zinit-gen-pkg.sh gen ${pkg} ${profile} +./zinit-pkg-gen.sh gen ${pkg} ${profile} ``` ## 🐳 How do I run these? @@ -69,7 +69,7 @@ profile=default There's a shorthand subcommand for running a `.ices.zsh` file locally, inside a container: ```zsh -./zinit-gen-pkg.sh run PACKAGE PROFILE +./zinit-pkg-gen.sh run PACKAGE PROFILE ``` Great, but I want to test my `package.json` directly! @@ -77,7 +77,7 @@ Great, but I want to test my `package.json` directly! Here you go: ```zsh -./zinit-gen-pkg.sh run --pack PACKAGE PROFILE +./zinit-pkg-gen.sh run --pack PACKAGE PROFILE ``` diff --git a/zsh/5.9-tcsetpgrp.ices.zsh b/zsh/5.9-tcsetpgrp.ices.zsh new file mode 100644 index 0000000..da38166 --- /dev/null +++ b/zsh/5.9-tcsetpgrp.ices.zsh @@ -0,0 +1,42 @@ +# zinit package for zsh [5.9-tcsetpgrp] +# Generated by zinit-pkg-gen.sh +# 2023-05-27T11:19:50+02:00 +AUTHOR='' +DESCRIPTION='Zsh – the programmer'\''s shell' +LICENSE='' +MESSAGE='' +NAME='zsh' +PARAM_DEFAULT='' +REQUIREMENTS='cc;make;cp;rm' +URL='https://github.com/zsh-users/zsh' +VERSION='5.9.0' + +zinit \ + as'null' \ + atclone'git checkout --quiet zsh-5.9; + ./.preconfig; + m {nl}{hi}Building Zsh{…}; + CPPFLAGS='\''-I/usr/include -I/usr/local/include'\'' CFLAGS='\''-g -O2 -Wall'\'' LDFLAGS='\''-L/usr/libs -L/usr/local/libs'\'' ./configure --with-tcsetpgrp --prefix="$ZPFX" >/dev/null && + { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; + ((0)); + } && + { make install; + ((1)); + } || make install.bin install.fns install.modules } >/dev/null && + { type sudo &>/dev/null && + [[ -e /bin/zsh ]] && + sudo mv /bin/zsh /bin/zsh.bkp && + sudo cp -vf Src/zsh /bin/zsh; + ((1)); + } && + m {ok}The build succeeded. || m {failure}The build failed.' \ + atpull'%atclone' \ + countdown \ + git \ + id-as'zsh-users/zsh' \ + lucid \ + nocompile \ + nocompletions \ + for @zsh-users/zsh + +# vim: set ft=zsh et ts=2 sw=2 : diff --git a/zsh/5.9.ices.zsh b/zsh/5.9.ices.zsh new file mode 100644 index 0000000..da55a50 --- /dev/null +++ b/zsh/5.9.ices.zsh @@ -0,0 +1,42 @@ +# zinit package for zsh [5.9] +# Generated by zinit-pkg-gen.sh +# 2023-05-27T11:19:33+02:00 +AUTHOR='' +DESCRIPTION='Zsh – the programmer'\''s shell' +LICENSE='' +MESSAGE='' +NAME='zsh' +PARAM_DEFAULT='' +REQUIREMENTS='cc;make;cp;rm' +URL='https://github.com/zsh-users/zsh' +VERSION='5.9.0' + +zinit \ + as'null' \ + atclone'git checkout --quiet zsh-5.9; + ./.preconfig; + m {nl}{hi}Building Zsh{…}; + CPPFLAGS='\''-I/usr/include -I/usr/local/include'\'' CFLAGS='\''-g -O2 -Wall'\'' LDFLAGS='\''-L/usr/libs -L/usr/local/libs'\'' ./configure --prefix="$ZPFX" >/dev/null && + { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; + ((0)); + } && + { make install; + ((1)); + } || make install.bin install.fns install.modules } >/dev/null && + { type sudo &>/dev/null && + [[ -e /bin/zsh ]] && + sudo mv /bin/zsh /bin/zsh.bkp && + sudo cp -vf Src/zsh /bin/zsh; + ((1)); + } && + m {ok}The build succeeded. || m {failure}The build failed.' \ + atpull'%atclone' \ + countdown \ + git \ + id-as'zsh-users/zsh' \ + lucid \ + nocompile \ + nocompletions \ + for @zsh-users/zsh + +# vim: set ft=zsh et ts=2 sw=2 : diff --git a/zsh/default.ices.zsh b/zsh/default.ices.zsh index a049838..2720125 100644 --- a/zsh/default.ices.zsh +++ b/zsh/default.ices.zsh @@ -1,6 +1,6 @@ # zinit package for zsh [default] # Generated by zinit-pkg-gen.sh -# 2021-11-27T11:44:50+01:00 +# 2023-05-27T11:19:33+02:00 AUTHOR='' DESCRIPTION='Zsh – the programmer'\''s shell' LICENSE='' @@ -9,11 +9,12 @@ NAME='zsh' PARAM_DEFAULT='' REQUIREMENTS='cc;make;cp;rm' URL='https://github.com/zsh-users/zsh' -VERSION='5.8.0' +VERSION='5.9.0' zinit \ as'null' \ - atclone'./.preconfig; + atclone'git checkout --quiet zsh-5.9; + ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='\''-I/usr/include -I/usr/local/include'\'' CFLAGS='\''-g -O2 -Wall'\'' LDFLAGS='\''-L/usr/libs -L/usr/local/libs'\'' ./configure --prefix="$ZPFX" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; @@ -23,7 +24,6 @@ zinit \ ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && - [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; diff --git a/zsh/package.json b/zsh/package.json index a4fa302..a3dae8e 100644 --- a/zsh/package.json +++ b/zsh/package.json @@ -1,217 +1,265 @@ { - "_from": "zsh@^5.8.0", - "_id": "zsh-zsh@5.8.0", - "_location": "/zsh", - "_resolved": "https://github.com/zsh-users/zsh/archive/zsh-5.8.tar.gz", - "_shasum": "3de17f9d7525dab2f3cf7a4e103a9ce936f8ebbc", - "_spec": "zsh@^5.8.0", - "name": "zsh", - "description": "Zsh – the programmer's shell", - "version": "5.8.0", - "homepage": "https://github.com/zsh-users/zsh", - "bugs": { - "url": "https://github.com/zsh-users/zsh/issues" + "_from": "zsh@^5.8.0", + "_id": "zsh-zsh@5.8.0", + "_location": "/zsh", + "_resolved": "https://github.com/zsh-users/zsh/archive/zsh-5.8.tar.gz", + "_shasum": "3de17f9d7525dab2f3cf7a4e103a9ce936f8ebbc", + "_spec": "zsh@^5.8.0", + "name": "zsh", + "description": "Zsh – the programmer's shell", + "version": "5.9.0", + "homepage": "https://github.com/zsh-users/zsh", + "bugs": { + "url": "https://github.com/zsh-users/zsh/issues" + }, + "keywords": [ + "Zshell", + "zsh" + ], + "scripts": { + "test": "make test" + }, + "zsh-data": { + "plugin-info": { + "user": "zsh-users", + "plugin": "zsh", + "generated-by": "zinit-pkg-gen.sh", + "generation-date": "2023-05-27T11:19:50+02:00", + "message": "", + "param-default": "", + "version": "5.9.0" }, - "keywords": [ - "Zshell", - "zsh" - ], - "scripts": { - "test": "make test" - }, - "zsh-data": { - "plugin-info": { - "user": "zsh-users", - "plugin": "zsh" - }, - "zinit-ices": { - "default": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.1.1": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.1.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.1.1-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.1.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.2.4": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.2.4; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.2.4-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.2.4; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.3.1": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.3.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.3.1-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.3.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.4.2": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.4.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.4.2-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.4.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.5.1": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.5.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.5.1-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.5.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.6.2": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.6.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.6.2-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.6.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.7.1": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.7.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.7.1-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.7.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.8": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.8; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - }, - "5.8-tcsetpgrp": { - "requires": "cc;make;cp;rm", - "git": "", - "lucid": "", - "as": "null", - "atclone": "git checkout --quiet zsh-5.8; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed.", - "atpull": "%atclone", - "nocompile": "", - "nocompletions": "", - "countdown": "" - } - } + "zinit-ices": { + "default": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.1.1": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.1.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.1.1-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.1.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.2.4": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.2.4; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.2.4-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.2.4; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -f /bin/zsh ]] && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.3.1": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.3.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.3.1-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.3.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.4.2": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.4.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.4.2-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.4.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.5.1": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.5.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.5.1-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.5.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.6.2": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.6.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.6.2-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.6.2; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.7.1": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.7.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.7.1-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.7.1; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.8": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.8; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.8-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.8; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.9": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.9; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + }, + "5.9-tcsetpgrp": { + "requires": "cc;make;cp;rm", + "git": "", + "nocompile": "", + "lucid": "", + "atpull": "%atclone", + "as": "null", + "countdown": "", + "nocompletions": "", + "id-as": "zsh-users/zsh", + "atclone": "git checkout --quiet zsh-5.9; ./.preconfig; m {nl}{hi}Building Zsh{…}; CPPFLAGS='-I/usr/include -I/usr/local/include' CFLAGS='-g -O2 -Wall' LDFLAGS='-L/usr/libs -L/usr/local/libs' ./configure --with-tcsetpgrp --prefix=\"$ZPFX\" >/dev/null && { type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; ((0)); } && { make install; ((1)); } || make install.bin install.fns install.modules } >/dev/null && { type sudo &>/dev/null && [[ -e /bin/zsh ]] && sudo mv /bin/zsh /bin/zsh.bkp && sudo cp -vf Src/zsh /bin/zsh; ((1)); } && m {ok}The build succeeded. || m {failure}The build failed." + } } + }, + "author": "", + "license": "" }