'search for Void-Linux template in github

the package manager in Void-Linux is called xbps
To build any application by xbps, you should have a file called template
anyone can create a template that describes how to build a package automatically
some contributors store our template in github

github.com/name1/repo1/srcpkgs/vim/template
github.com/name2/repo2/srcpkgs/neovim-qt/template
github.com/name2/repo2/srcpkgs/neovide-bin/template
github.com/name2/repo2/srcpkgs/the-neovide/template
...
  • so my question is how can I search for it,
  • when I try to find the template, that does not in the official repo, like neovide,brave...
    like that: neovide path=srcpkgs/*/template , I get nothing, but but this is there files for neovide in github


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source