https://github.com/gbrlsnchs/void-pkgs
[Mirror] My custom Void packages
https://github.com/gbrlsnchs/void-pkgs
void-linux xbps-src
Last synced: 9 days ago
JSON representation
[Mirror] My custom Void packages
- Host: GitHub
- URL: https://github.com/gbrlsnchs/void-pkgs
- Owner: gbrlsnchs
- License: mit
- Created: 2022-02-07T22:13:57.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-07-25T20:29:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T13:54:08.994Z (3 months ago)
- Topics: void-linux, xbps-src
- Language: Shell
- Homepage: https://void.gsr.dev
- Size: 194 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My custom Void packages
[](https://codeberg.org/gbrlsnchs/void-pkgs/commits/branch/trunk)## About
This repository holds custom templates I have written for my personal use. It used to be fully
automated but in order to not exploit free computing from Codeberg's CI I decided to embrace a full
local compilation process through some helper shell scripts.## Dependencies
- `git`
- `podman`
- `xtools`## How to use the binary repository
From [the official handbook](https://docs.voidlinux.org/xbps/repositories/custom.html):
```console
# echo 'repository=https://void.gsr.dev/glibc' > /etc/xbps.d/my-remote-repo.conf
```After that, all XBPS commands will be able to see the custom packages.
Have fun!