A personal Gentoo overlay containing custom ebuilds and package variants.
This overlay provides additional packages and versions not available in the main Gentoo repository.
Currently included packages:
- app-editors/zed - Fast, collaborative code editor
- media-sound/amp-locker - Audio plugin locker
- media-sound/bitwig-studio - Digital audio workstation
- media-sound/carla - Audio plugin host
- media-sound/drum-locker - Drum sample locker
- media-sound/surgext - Surge synthesizer extras
- media-sound/yabridge - VST bridge for Linux
- net-vpn/forticlient - Fortinet VPN client
- net-vpn/openfortivpn - Open-source Fortinet VPN client
-
Install
app-eselect/eselect-repository:emerge --ask app-eselect/eselect-repository
-
Add the overlay:
eselect repository add adaptive-overlay git https://github.com/Faraclas/adaptive-overlay.git
-
Sync the overlay:
emaint sync -r adaptive-overlay
-
Clone this repository:
git clone https://github.com/Faraclas/adaptive-overlay.git /var/db/repos/adaptive-overlay
-
Add the overlay to
/etc/portage/repos.conf/adaptive-overlay.conf:
[adaptive-overlay]
location = /var/db/repos/adaptive-overlay
sync-type = git
sync-uri = https://github.com/Faraclas/adaptive-overlay.git
auto-sync = yes- Sync:
emaint sync -r adaptive-overlayAfter installation, packages from this overlay can be installed using emerge:
emerge --ask media-sound/carlaBug reports and pull requests are welcome.
Individual packages maintain their respective licenses as specified in their ebuilds