From fb5384f4122f714ed1b8d15a7e0d3da261bcdae2 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 2 Apr 2026 22:36:52 +0200 Subject: [PATCH] readme: add gentoo packaging (#1387) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 4fd5eea2..805a2fb0 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ built in Norway 🇳🇴 with contributions from [not-norway](https://github.com * [packages](#packages) - the party might be closer than you think * [arch package](#arch-package) - `pacman -S copyparty` (in [arch linux extra](https://archlinux.org/packages/extra/any/copyparty/)) * [fedora package](#fedora-package) - does not exist yet + * [gentoo ::guru package](#gentoo-guru-package) - `emerge www-servers/copyparty::guru` (in [::guru](https://wiki.gentoo.org/wiki/Project:GURU)) * [homebrew formulae](#homebrew-formulae) - `brew install copyparty ffmpeg` * [nix package](#nix-package) - `nix profile install github:9001/copyparty` * [nixos module](#nixos-module) @@ -2585,6 +2586,23 @@ after installing, start either the system service or the user service and naviga does not exist yet; there are rumours that it is being packaged! keep an eye on this space... +## gentoo ::guru package + +`emerge www-servers/copyparty::guru` (in [::guru](https://wiki.gentoo.org/wiki/Project:GURU)) + +but first enable the `::guru` repo; + +```bash +emerge -an app-eselect/eselect-repository +eselect repository enable guru +emerge --sync guru +``` + +to start the service as a user: +* OpenRC: `rc-service -U copyparty start && rc-update -U add copyparty default` +* systemd: [todo] + + ## homebrew formulae `brew install copyparty ffmpeg` -- https://formulae.brew.sh/formula/copyparty