/ebuilds

MrPenguin's custom Gentoo ebuilds & overlay

Primary LanguageShell

List of ebuilds in this overlay

- dev-ml/ollama-9999
- gui-apps/swaync-9999
- gui-wm/swayfx-9999
- media-plugins/scenefx-9999
- media-gfx/upscayl-bin
- media-gfx/upscayl-9999
- sys-power/system76-power-openrc-9999

MrPenguin's ebuild overlay

Adding this repo as a Gentoo Overlay

  1. Clone the Repository:

    git clone https://github.com/MrPenguin07/ebuilds.git /usr/local/portage/mrpenguin
  2. Create or Update repos.conf:

    Add to your repos.conf file, or create one in /etc/portage/repos.conf/mrpenguin.conf
    Add the following configuration:

    [mrpenguin]
    location = /usr/local/portage/mrpenguin
    sync-type = git
    sync-uri = https://github.com/MrPenguin07/ebuilds.git
    auto-sync = yes
    
  3. Sync the Overlay:

    emerge --sync mrpenguin
  4. Emerge Packages: You can now install packages from the overlay using emerge as usual.

  5. Update the Overlay:

    auto-sync = yes should keep the overlay in sync, or can be done manually;

    emaint sync -r mrpenguin

Keyword the -9999 ebuilds:

Live 9999 ebuilds must be keyworded for portage to accept them,
See the Gentoo Live Ebuild Wiki for information on managing keyworded ebuilds.