Void Packages IMproved: alternative repository aiming more flexible and provide software not listed in the official Void Linux repository.
- Shell 95.6%
- Python 3%
- C 0.7%
- Dockerfile 0.3%
- HCL 0.2%
- Other 0.1%
|
|
||
|---|---|---|
| common | common/, etc/, xbps-src: added common/ and etc/ again, updated xbps-src | |
| etc | common/, etc/, xbps-src: added common/ and etc/ again, updated xbps-src | |
| srcpkgs | nvidia: updated to 595.84 | |
| .gitignore | .gitignore: hide dot files and directories in root | |
| 99-repository-vpim.conf | 99-repository-vpim.conf: updated repo url | |
| LICENSE | Initial commit | |
| README.md | Fix README not shown as markdown | |
| TODO | TODO: removed hyprland | |
| update-checker.sh | update.sh: renamed to update-checker.sh | |
| xbps-src | common/, etc/, xbps-src: added common/ and etc/ again, updated xbps-src | |
Notices:
Github mirror: there is a mirror of this repo on github, even though it is just a mirror, contributions will be properly addressed. Nvidia drivers: these packages are a clone of the Nvidia package in the official repository, only changing the video abi version.
Branches
- main: the main/master branch. all the important files are in this branch.
- templates: contains the template files of every package. exist to allow users to build the packages manually.
Additional repositories
vpim provides different repositories for better organization and user needs. The additional repositories are:
- themes: Provides cursor and UI themes for both GTK and QT
Setting up vpim
- Download the '99-repository-vpim.conf' file from this repository.
- Move it to '/etc/xbps.d'.
- Synchronize the repository with 'xbps-install -S'.
Alternatively:
- Create a file with the 'conf' extension, the name should be self-explanatory.
- Put the following line in the file content: 'repository=https://github.com/RotaryBoot58/vpim/raw/refs/heads/binaries'.
- Place it in '/etc/xbps.d/'.
- Synchronize the repository with 'xbps-install -S'.
Building packages manually
- Install the binary-bootstrap packages with './xbps-src binary-bootstrap'.
- Build it running './xbps-src pkg' followed by the package name.