docs: add FreeBSD to install docs

This commit is contained in:
bastimeyer 2023-09-19 21:27:50 +02:00 committed by Sebastian Meyer
parent d03e51183c
commit aa9172db82
1 changed files with 14 additions and 0 deletions

View File

@ -167,6 +167,16 @@ Linux and BSD
- .. code-block:: bash
sudo dnf install streamlink
* - :octicon:`package-dependents` `FreeBSD (pkg)`_
- .. code-block:: bash
pkg install multimedia/streamlink
* - :octicon:`package-dependents` `FreeBSD (ports)`_
- .. code-block:: bash
cd /usr/ports/multimedia/streamlink
make config install clean
* - :octicon:`package-dependents` `Gentoo Linux`_
- .. code-block:: bash
@ -200,6 +210,8 @@ Linux and BSD
.. _Debian (sid, testing): https://packages.debian.org/sid/streamlink
.. _Debian (stable): https://packages.debian.org/bullseye-backports/streamlink
.. _Fedora: https://src.fedoraproject.org/rpms/python-streamlink
.. _FreeBSD (pkg): https://ports.freebsd.org/cgi/ports.cgi?query=streamlink&stype=name
.. _FreeBSD (ports): https://www.freshports.org/multimedia/streamlink
.. _Gentoo Linux: https://packages.gentoo.org/package/net-misc/streamlink
.. _NetBSD (pkgsrc): https://pkgsrc.se/multimedia/streamlink
.. _NixOS: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/video/streamlink
@ -231,6 +243,8 @@ Package maintainers
- Alexis Murzeau <amubtdx at gmail.com>
* - Fedora
- Mohamed El Morabity <melmorabity at fedoraproject.org>
* - FreeBSD
- Takefu <takefu at airport.fm>
* - Gentoo
- soredake <fdsfgs at krutt.org>
* - NetBSD