all repos — la-ninpre-overlay @ a39bb8f9e530486cd3b2325587d480d083e61b96

personal gentoo overlay

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* dev-libs/libcyaml
13* gui-libs/libpanel
14* media-libs/eq10q
15* media-libs/libaudec
16* media-libs/lsp-dsp-lib
17* media-libs/lsp-plugins
18* media-sound/carla
19* media-sound/drumgizmo
20* media-sound/zrythm
21* net-im/gajim
22* net-print/epson-inkjet-printer (for epson L110, L210, L300, L350, L355, L550, L555 series)
23
24## installing
25
26use `app-portage/eselect-repository` to add this overlay
27(see [gentoo wiki page for eselect/repository][1]).
28then sync it using `emaint` (see [gentoo wiki page about syncing repos][2]).
29
30```
31# eselect repository add la-ninpre git https://git.aaoth.xyz/la-ninpre-overlay.git
32# emaint sync -r la-ninpre
33```
34
35[1]:https://wiki.gentoo.org/wiki/Eselect/Repository
36[2]:https://wiki.gentoo.org/wiki/Ebuild_repository#Repository_synchronization
37
38## contributing
39
40[contact me](https://aaoth.xyz/about.html#contact).