Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(package): update readme

+41 -4
+34
packages/pulsemeeter/README.md
··· 1 + # Pulsemeeter XBPS Package 2 + 3 + This folder contains files for packaging [Pulsemeeter](https://github.com/theRealCarneiro/pulsemeeter) for Void Linux 4 + using the XBPS package manager. 5 + 6 + ## Template File 7 + 8 + The `template` file is an XBPS template for Pulsemeeter. 9 + 10 + - Architecture: any 11 + - Build style: python3-pep517 12 + 13 + The patch `fix-asyncio-errors` was added to work with Python 3.14. 14 + It will be removed when a fixed new version will be released. 15 + Source: [theRealCarneiro/pulsemeeter#172](https://github.com/theRealCarneiro/pulsemeeter/pull/172). 16 + 17 + ## Installing 18 + 19 + You have to build the package with `xbps-src`: 20 + ```bash 21 + ./xbps-src pkg pulsemeeter 22 + ``` 23 + 24 + You can update the package with: 25 + ```bash 26 + # update the template file manually 27 + # fetch source files 28 + ./xbps-src fetch pulsemeeter 29 + # update checksum 30 + xgensum -i pulsemeeter 31 + # build the updated package 32 + ./xbps-src pkg pulsemeeter 33 + ``` 34 + If `xgensum` is not found, install the `xtools` package.
+7 -4
packages/zen-browser/README.md
··· 1 1 # Zen Browser XBPS Package 2 2 3 - This folder contains files for packaging Zen Browser for Void Linux using the XBPS package manager. 3 + This folder contains files for packaging [Zen Browser](https://zen-browser.app/) for Void Linux using the XBPS package 4 + manager. 4 5 5 6 ## Template File 6 7 ··· 8 9 9 10 - Architecture: x86_64 only 10 11 - Build style: precompiled binaries 11 - 12 - The template file handles the installation of precompiled binaries and sets up the necessary dependencies. 13 12 14 13 ## Installing 15 14 ··· 25 24 26 25 You can update the package with: 27 26 ```bash 27 + # update the template file manually 28 + # fetch source files 29 + ./xbps-src fetch zen-browser 30 + # update checksum 28 31 xgensum -i zen-browser 29 - # to build the updated package 32 + # build the updated package 30 33 ./xbps-src pkg zen-browser 31 34 ``` 32 35 If `xgensum` is not found, install the `xtools` package.