README.md (view raw)
1# la-ninpre gentoo overlay
2
3personal overlay for packages i really need but that aren't available on other
4repos. note the word **personal**. i'll try to maintain it, but i don't promise
5that it will be usable at all times.
6
7note that these packages usually aren't thoroughly tested, so use them at your
8own risk.
9
10## available packages
11
12* media-libs/lsp-plugins
13* media-sound/carla
14* media-sound/drumgizmo
15* net-im/gajim
16* net-print/epson-inkjet-printer (for epson L110, L210, L300, L350, L355, L550, L555 series)
17
18## installing
19
20use `app-portage/eselect-repository` to add this overlay
21(see [gentoo wiki page for eselect/repository][1]).
22then sync it using `emaint` (see [gentoo wiki page about syncing repos][2]).
23
24```
25# eselect repository add la-ninpre git https://git.aaoth.xyz/la-ninpre-overlay.git
26# emaint sync -r la-ninpre
27```
28
29[1]:https://wiki.gentoo.org/wiki/Eselect/Repository
30[2]:https://wiki.gentoo.org/wiki/Ebuild_repository#Repository_synchronization
31
32## contributing
33
34[contact me](https://aaoth.xyz/about.html#contact).