oSoWoSo/vpim
5
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.4%
  • Python 3.1%
  • Dockerfile 0.3%
  • HCL 0.2%
2025年12月24日 16:07:49 -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 new package: xlibre-xf86-video-s3virge 2025年12月24日 16:07:49 -03:00
.gitignore .gitignore: hide dot files and directories in root 2025年12月24日 10:40:20 -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 to nvidia drivers and minor formatting changes 2025年12月24日 15:40:26 -03:00
TODO TODO: todo list 2025年12月24日 16:07:16 -03:00
update.sh update.sh: script to check new version of packages 2025年12月24日 10:40:20 -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.
# 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.