It seems it assumes that the packages are available in the Arch official repository. Unfortunately, some packages don't. For example, bwidget that is available in the AUR (Arch Linux User Repository) in https://aur.archlinux.org/packages/bwidget/
As far as I know one needs to use other commands to install it. (e.g. git clone, and install it).
In this line https://github.com/r-hub/sysreqsdb/blob/master/platforms/linux-x86_64-arch-gcc.json#L6
It seems it assumes that the packages are available in the Arch official repository. Unfortunately, some packages don't. For example,
bwidget
that is available in the AUR (Arch Linux User Repository) in https://aur.archlinux.org/packages/bwidget/As far as I know one needs to use other commands to install it. (e.g.
git clone
, and install it).How does sysreqsdb handle it?