1
0
Fork
You've already forked vpim
0
forked from RotaryBoot58/vpim
Void Packages IMproved: alternative repository aiming more flexible and provide software not listed in the official Void Linux repository.
  • Shell 96.3%
  • Python 3.1%
  • Dockerfile 0.3%
  • HCL 0.2%
2025年12月22日 16:57:10 -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 srcpkgs/xlibre/template: added xlibre-xf86-input-libinput, xlibre-xf86-input-evdev, xauth and xinit to depends list 2025年12月22日 16:57:10 -03:00
.gitignore Added .gitignore 2025年09月19日 11:49:14 -03:00
99-repository-vpim.conf Updated repo file 2025年08月14日 19:06:11 -03:00
LICENSE Initial commit 2025年01月20日 03:29:57 +00:00
README README: added notice about github mirror 2025年12月13日 22:08:45 -03:00
xbps-src common/, etc/, xbps-src: added common/ and etc/ again, updated xbps-src 2025年12月21日 09:20:25 -03:00

# Notice:
there is a mirror of this repo on github, even though it is just a mirror, contributions will be properly addressed
# Branches
main: the main/master branch. all the important files are in this branch.
# Setting up this repo
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 but this is not mandatory.
2. Put the following line in the file content: 'repository=https://rotaryboot58.github.io/vpim'.
3. Place it in '/etc/xbps.d/'.
4. Synchronize it.
# Building packages manually
1. Install the binary-bootstrap packages with './xbps-src binary-bootstrap'.
2. Build it running './xbps-src pkg $package_name' and replacing $package_name with the package you want to build.
# Working with packages
Install the 'xtools' package and follow the section that suits your needs.
## Creating packages
'xnew $package_name' replacing $package_name with the package name.
## Updating checksum
'xgensum -i $package_name' replacing $package_name with the package name.
## Linting
'xlint $package_template_file' replacing $package_template_file with the package template location or name.