xut already supports using multiple unofficial repos, but has some significant limitations. This an issue to track the work to expand this support, document what works and what does not and collect compatible repos.
The repos are added in the xutconf configuration file, using the additionalRepos list.
What is currently supported:
- Repositories that have the template directories under
/orsrcpkgs/. - Full clones of void-packages with added templates.
- Git repos that only host template directories.
What is not supported:
- Repos with random directory structure [WONTFIX].
- Templates that need modification to the shlibs file or repos that have this file modified [WIP #35].
- There is no easy/user-friendly way to add repos to the
xutconfconfiguration file. - There is no maintained list of third-party repos that actually work with xut.
Tracking changes:
shlibssupport [WIP #35].- Create list of tested repos.
- Create an easy way to add repos (probably from the tested repos list).