mirror of
https://codeberg.org/RotaryBoot58/vpim.git
synced 2026-02-27 16:34:02 +00:00
No description
- Shell 95.6%
- Python 3%
- C 0.7%
- Dockerfile 0.3%
- HCL 0.2%
- Other 0.1%
| common | ||
| etc | ||
| srcpkgs | ||
| .gitignore | ||
| 99-repository-vpim.conf | ||
| LICENSE | ||
| README.md | ||
| TODO | ||
| update.sh | ||
| 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.
- 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
- Download the '99-repository-vpim.conf' file from this repository.
- Move it to '/etc/xbps.d'.
- Synchronize the repository with 'xbps-install -S'.
Alternatively:
- Create a file with the 'conf' extension, the name should be self-explanatory.
- Put the following line in the file content: 'repository=https://github.com/RotaryBoot58/vpim/raw/refs/heads/binaries'.
- Place it in '/etc/xbps.d/'.
- Synchronize the repository with 'xbps-install -S'.
Building packages manually
- Install the binary-bootstrap packages with './xbps-src binary-bootstrap'.
- Build it running './xbps-src pkg' followed by the package name.