5
15
Fork
You've already forked vpim
4
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%
2026年07月06日 15:17:43 -03:00
common common/, etc/, xbps-src: added common/ and etc/ again, updated xbps-src 2025年12月21日 09:20:25 -03:00
etc common/, etc/, xbps-src: added common/ and etc/ again, updated xbps-src 2025年12月21日 09:20:25 -03:00
srcpkgs nvidia: updated to 595.84 2026年07月06日 15:17:43 -03:00
.gitignore .gitignore: hide dot files and directories in root 2025年12月24日 10:40:20 -03:00
99-repository-vpim.conf 99-repository-vpim.conf: updated repo url 2025年12月28日 13:53:57 -03:00
LICENSE Initial commit 2025年01月20日 03:29:57 +00:00
README.md Fix README not shown as markdown 2026年02月03日 21:17:16 +01:00
TODO TODO: removed hyprland 2026年05月09日 22:00:04 -03:00
update-checker.sh update.sh: renamed to update-checker.sh 2026年05月09日 22:04:41 -03:00
xbps-src common/, etc/, xbps-src: added common/ and etc/ again, updated xbps-src 2025年12月21日 09:20:25 -03:00

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

  1. Download the '99-repository-vpim.conf' file from this repository.
  2. Move it to '/etc/xbps.d'.
  3. Synchronize the repository with 'xbps-install -S'.

Alternatively:

  1. Create a file with the 'conf' extension, the name should be self-explanatory.
  2. Put the following line in the file content: 'repository=https://github.com/RotaryBoot58/vpim/raw/refs/heads/binaries'.
  3. Place it in '/etc/xbps.d/'.
  4. Synchronize the repository with 'xbps-install -S'.

Building packages manually

  1. Install the binary-bootstrap packages with './xbps-src binary-bootstrap'.
  2. Build it running './xbps-src pkg' followed by the package name.