Skip to content

Commit 6dfde73

Browse files
fanyxsemohr
authored andcommitted
readme: add void linux
1 parent b7091bf commit 6dfde73

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
@@ -117,6 +117,7 @@ Other changes:
117117
- Refactored library.py file by splitting it into multiple modules within the
118118
beets/library directory.
119119
- Added a test to check that all plugins can be imported without errors.
120+
- :doc:`/guides/main`: Add instructions to install beets on Void Linux.
120121

121122
2.3.1 (May 14, 2025)
122123
--------------------

docs/guides/main.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ You will need Python. Beets works on Python 3.8 or later.
2626
which will probably set your computer on fire.)
2727
- On **Alpine Linux**, `beets is in the community repository <alpine package_>`_
2828
and can be installed with ``apk add beets``.
29+
- On **Void Linux**, `beets is in the official repository <void package_>`_
30+
and can be installed with ``xbps-install -S beets``.
2931
- For **Gentoo Linux**, beets is in Portage as ``media-sound/beets``. Just run
3032
``emerge beets`` to install. There are several USE flags available for
3133
optional plugin dependencies.
@@ -53,6 +55,8 @@ You will need Python. Beets works on Python 3.8 or later.
5355

5456
.. _macports: https://www.macports.org
5557

58+
.. _void package: https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
59+
5660
.. _nixos: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets
5761

5862
.. _openbsd: http://openports.se/audio/beets

0 commit comments

Comments
 (0)