Skip to content

Commit c4b097e

Browse files
committed
readme: add void linux
1 parent e3574a7 commit c4b097e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Other changes:
100100
case is shown on separate lines.
101101
* Refactored library.py file by splitting it into multiple modules within the
102102
beets/library directory.
103+
* :doc:`docs/guides/main.rst`: Add instructions to install beets on Void Linux.
103104

104105
2.3.1 (May 14, 2025)
105106
--------------------

docs/guides/main.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Beets works on Python 3.8 or later.
3333
* On **Alpine Linux**, `beets is in the community repository <Alpine package_>`_
3434
and can be installed with ``apk add beets``.
3535

36+
* On **Void Linux**, `beets is in the official repository <Void package_>`_
37+
and can be installed with ``xbps-install -S beets``.
38+
3639
* For **Gentoo Linux**, beets is in Portage as ``media-sound/beets``. Just run
3740
``emerge beets`` to install. There are several USE flags available for
3841
optional plugin dependencies.
@@ -58,6 +61,7 @@ Beets works on Python 3.8 or later.
5861
.. _OpenBSD: http://openports.se/audio/beets
5962
.. _Arch extra: https://archlinux.org/packages/extra/any/beets/
6063
.. _Alpine package: https://pkgs.alpinelinux.org/package/edge/community/x86_64/beets
64+
.. _Void package: https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
6165
.. _NixOS: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets
6266
.. _MacPorts: https://www.macports.org
6367

0 commit comments

Comments
 (0)