https://github.com/grvn/void-packages
Void Linux Software Repository
https://github.com/grvn/void-packages
void-linux voidlinux xbps xbps-src
Last synced: 2 months ago
JSON representation
Void Linux Software Repository
- Host: GitHub
- URL: https://github.com/grvn/void-packages
- Owner: grvn
- License: gpl-3.0
- Created: 2025-02-03T18:58:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T04:16:59.000Z (2 months ago)
- Last Synced: 2025-03-16T05:19:59.129Z (2 months ago)
- Topics: void-linux, voidlinux, xbps, xbps-src
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Void Linux Software Repository
This repo contains packages that I want but have not found in any of the [mirrors](https://xmirror.voidlinux.org/).
> *__NOTE__*: Should you really use random binaries of the internet???
> Your warranty is now void.
> I am not responsible for bricked devices, failed installations, thermonuclear war,
> or you getting fired because the computer failed.
> Please do some research if you have any concerns about the content of this repo.
> If you point the finger at me for messing up your installation, I will laugh at you.# How to use
```shell
printf "repository=https://github.com/grvn/void-packages/releases/latest/download/\n" > /etc/xbps.d/grvn-void-repository.conf
xbps-install -S
```> *__NOTE__*: First time running `xbps-install -S` you will be asked if you wish to import the repository key.
> For glibc x86_64 it will be [9e:4d:55:e4:c2:98:1f:13:0c:ac:97:5b:68:66:9d:42.plist](./repo-keys/x86_64/9e:4d:55:e4:c2:98:1f:13:0c:ac:97:5b:68:66:9d:42.plist).
> If you wish to script it
> ```shell
> cp ./repo-keys/x86_64/9e:4d:55:e4:c2:98:1f:13:0c:ac:97:5b:68:66:9d:42.plist /var/db/xbps/keys/9e:4d:55:e4:c2:98:1f:13:0c:ac:97:5b:68:66:9d:42.plist
> ```# Available packages
| package | source | automatic update |
|:--------|:-------|:-----------------|
| brave-browser (stable) | https://www.brave.com/ | :white_check_mark: |
| ly (TUI dm) | https://github.com/fairyglade/ly | :white_check_mark: |
| openshift-oc (oc cli) | https://github.com/openshift/oc | :white_check_mark: |
| pet | https://github.com/knqyf263/pet | :white_check_mark: |
| pexip-infinity-connect | https://www.pexip.com/ | :x: |
| rebos | https://gitlab.com/Oglo12/rebos | :white_check_mark: |
| river-bedload | https://git.sr.ht/~novakane/river-bedload | :x: |
| river-status | https://github.com/grvn/river-status | :white_check_mark: |
| wideriver | https://github.com/alex-courtis/wideriver | :white_check_mark: |
| zen-browser (stable) | https://www.zen-browser.app/ | :white_check_mark: |