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%
|
|
||
|---|---|---|
| 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 | new package: xlibre-xf86-video-s3virge | |
| .gitignore | .gitignore: hide dot files and directories in root | |
| 99-repository-vpim.conf | Updated repo file | |
| LICENSE | Initial commit | |
| README | README: added notice to nvidia drivers and minor formatting changes | |
| TODO | TODO: todo list | |
| update.sh | update.sh: script to check new version of packages | |
| 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. # 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.