A Gentoo ebuilds searcher and installer (eix with extra steps). Searches through all Gentoo's overlays provided by Layman and listed by Zugania's website.
Eloi's server just scrapes over Zugania's website and provides a list of overlays to be used by the CLI client.
- Find and install an ebuild package from any overlay
- Enable ebuild overlays
- more in the future...
- gentoo system -- duh
- gentoolkit
- python3.12 -- install python3.12
- Add my overlay 🥰
- Install
app-portage/eloi
using emerge
go install github.com/mbaraa/eloi@latest
local repos are stored in /var/cache/eloi
eloi --download
using -S
or --search
eloi -S pulseaudio-equalizer
This will list all ebuild that has pulseaudio-equalizer in their name, with some other details, like version, overlay name, use flags, license, ...
This can be done using the --enable
flag
eloi --enable underworld
or by installing a package from a repo that's not enabled in your system
eloi -qav pulseaudio-equalizer-ladspa
eloi --sync