Select the types of activity you want to include in your feed.
Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins.
git.anhgelus.world/anhgelus/dotfiles
···11+# Pulsemeeter XBPS Package
22+33+This folder contains files for packaging [Pulsemeeter](https://github.com/theRealCarneiro/pulsemeeter) for Void Linux
44+using the XBPS package manager.
55+66+## Template File
77+88+The `template` file is an XBPS template for Pulsemeeter.
99+1010+- Architecture: any
1111+- Build style: python3-pep517
1212+1313+The patch `fix-asyncio-errors` was added to work with Python 3.14.
1414+It will be removed when a fixed new version will be released.
1515+Source: [theRealCarneiro/pulsemeeter#172](https://github.com/theRealCarneiro/pulsemeeter/pull/172).
1616+1717+## Installing
1818+1919+You have to build the package with `xbps-src`:
2020+```bash
2121+./xbps-src pkg pulsemeeter
2222+```
2323+2424+You can update the package with:
2525+```bash
2626+# update the template file manually
2727+# fetch source files
2828+./xbps-src fetch pulsemeeter
2929+# update checksum
3030+xgensum -i pulsemeeter
3131+# build the updated package
3232+./xbps-src pkg pulsemeeter
3333+```
3434+If `xgensum` is not found, install the `xtools` package.
+7-4
packages/zen-browser/README.md
···11# Zen Browser XBPS Package
2233-This folder contains files for packaging Zen Browser for Void Linux using the XBPS package manager.
33+This folder contains files for packaging [Zen Browser](https://zen-browser.app/) for Void Linux using the XBPS package
44+manager.
4556## Template File
67···89910- Architecture: x86_64 only
1011- Build style: precompiled binaries
1111-1212-The template file handles the installation of precompiled binaries and sets up the necessary dependencies.
13121413## Installing
1514···25242625You can update the package with:
2726```bash
2727+# update the template file manually
2828+# fetch source files
2929+./xbps-src fetch zen-browser
3030+# update checksum
2831xgensum -i zen-browser
2929-# to build the updated package
3232+# build the updated package
3033./xbps-src pkg zen-browser
3134```
3235If `xgensum` is not found, install the `xtools` package.