We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Zeal is not included in Arch pacman, but we have 2 version in the AUR:
Requirements
sudo pacman -S libarchive xcb-util-keysyms extra-cmake-modules
In addition, you can always compile zeal by your hands from the source code repository.
git clone git@github.com:zealdocs/zeal.git cd zeal mkdir build && cd build cmake .. make sudo make install