Add gentoo packaging

This commit is contained in:
mid-kid 2026-03-24 01:06:39 +01:00
parent 6a9e6da864
commit 27692ed53f

View file

@ -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 * [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/)) * [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 * [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` * [homebrew formulae](#homebrew-formulae) - `brew install copyparty ffmpeg`
* [nix package](#nix-package) - `nix profile install github:9001/copyparty` * [nix package](#nix-package) - `nix profile install github:9001/copyparty`
* [nixos module](#nixos-module) * [nixos module](#nixos-module)
@ -2585,6 +2586,27 @@ 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... does not exist yet; there are rumours that it is being packaged! keep an eye on this space...
## gentoo ::guru package
Enable the [`::guru` repository](https://wiki.gentoo.org/wiki/Project:GURU):
```
emerge -an app-eselect/eselect-repository
eselect repository enable guru
emerge --sync guru
```
Install the package:
```
emerge -a www-servers/copyparty::guru
```
To start the service as a user:
* OpenRC: `rc-service -U copyparty start && rc-update -U add copyparty default`
* systemd: [todo]
## homebrew formulae ## homebrew formulae
`brew install copyparty ffmpeg` -- https://formulae.brew.sh/formula/copyparty `brew install copyparty ffmpeg` -- https://formulae.brew.sh/formula/copyparty