zdharma-continuum / zinit

🌻 Flexible and fast ZSH plugin manager
MIT License
2.73k stars 122 forks source link

feat: configure, make, cmake, and build ices #613

Closed vladdoster closed 6 months ago

vladdoster commented 6 months ago

How Has This Been Tested?

Types of changes

Checklist:

vladdoster commented 6 months ago

The recipe for cmatrix command:

zinit for \
    as'program' \
    atclone"autoreconf -ifm; ./configure --prefix=$ZPFX" \
    atpull'%atclone' \
    make"-j PREFIX=$ZPFX install" \
    pick"cmatrix" \
  abishekvashok/cmatrix

is simplified to either:

zinit build for abishekvashok/matrix

or

zinit configure make for abishekvashok/matrix