Skip to content

Faraclas/adaptive-overlay

Repository files navigation

adaptive-overlay

A personal Gentoo overlay containing custom ebuilds and package variants.

About

This overlay provides additional packages and versions not available in the main Gentoo repository.

Packages

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

Installation

Using eselect repository (recommended)

  1. Install app-eselect/eselect-repository:

    emerge --ask app-eselect/eselect-repository
  2. Add the overlay:

    eselect repository add adaptive-overlay git https://github.com/Faraclas/adaptive-overlay.git
  3. Sync the overlay:

    emaint sync -r adaptive-overlay

Manual installation

  1. Clone this repository:

    git clone https://github.com/Faraclas/adaptive-overlay.git /var/db/repos/adaptive-overlay
  2. 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
  1. Sync:
   emaint sync -r adaptive-overlay

Usage

After installation, packages from this overlay can be installed using emerge:

emerge --ask media-sound/carla

Contributing

Bug reports and pull requests are welcome.

License

Individual packages maintain their respective licenses as specified in their ebuilds

About

Gentoo Overlay

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors