No description
  • Shell 95.6%
  • Python 3%
  • C 0.7%
  • Dockerfile 0.3%
  • HCL 0.2%
  • Other 0.1%
Find a file
2026-02-03 21:17:16 +01: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 vpim-repo-themes: updated template file and added repository file 2026-01-22 22:54:59 -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: added waterfox section 2026-01-04 14:57:33 -03:00
update.sh update.sh: added line to clean after loop 2026-01-04 14:58:33 -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.