aboutsummaryrefslogtreecommitdiff
path: root/packages/pulsemeeter
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2026-02-14 15:05:50 +0100
committerWilliam Hergès <william@herges.fr>2026-02-14 15:05:50 +0100
commit6ac0638df69bd13767f18dfb59311ab857121efb (patch)
tree353a67e8e56849c5eeb5a075a5826ce7664cd28e /packages/pulsemeeter
parent1877fad39808826f7f3e69bd2153d307fbe25610 (diff)
docs(package): update readme
Diffstat (limited to 'packages/pulsemeeter')
-rw-r--r--packages/pulsemeeter/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/pulsemeeter/README.md b/packages/pulsemeeter/README.md
new file mode 100644
index 0000000..ee78a68
--- /dev/null
+++ b/packages/pulsemeeter/README.md
@@ -0,0 +1,34 @@
+# Pulsemeeter XBPS Package
+
+This folder contains files for packaging [Pulsemeeter](https://github.com/theRealCarneiro/pulsemeeter) for Void Linux
+using the XBPS package manager.
+
+## Template File
+
+The `template` file is an XBPS template for Pulsemeeter.
+
+- Architecture: any
+- Build style: python3-pep517
+
+The patch `fix-asyncio-errors` was added to work with Python 3.14.
+It will be removed when a fixed new version will be released.
+Source: [theRealCarneiro/pulsemeeter#172](https://github.com/theRealCarneiro/pulsemeeter/pull/172).
+
+## Installing
+
+You have to build the package with `xbps-src`:
+```bash
+./xbps-src pkg pulsemeeter
+```
+
+You can update the package with:
+```bash
+# update the template file manually
+# fetch source files
+./xbps-src fetch pulsemeeter
+# update checksum
+xgensum -i pulsemeeter
+# build the updated package
+./xbps-src pkg pulsemeeter
+```
+If `xgensum` is not found, install the `xtools` package.