I was trying to install neovim from snapd. following this tutorial:
snapcraft.io/install/nvim/arch
commands used:
$ git clone https://aur.archlinux.org/snapd.git
$ cd snapd
$ makepkg -si
==> Starting build()...
*** Setting version to '2.50-1' from user.
# pkg-config --cflags -- libseccomp libseccomp
pkg-config: exec: "pkg-config": executable file not found in $PATH
==> ERROR: A failure occurred in build().
Aborting...
There weren’t any errors in the previous steps. The last part is the error message I get. how could it be solved? Thanks in advance.