Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (20 loc) · 613 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 613 Bytes

gentoo-overlay

Manual installation

For now, this overlay is not part of layman so registration has to be done manually.

Clone this repository:

$ git clone https://github.com/shnups/gentoo-overlay.git /path/to/local/clone/shnups-overlay

Create /etc/portage/repos.conf/shnups.conf:

[shnups]
priority = 50
location = /path/to/local/clone/shnups-overlay
sync-type = git
sync-uri = https://github.com/shnups/gentoo-overlay.git

Enable overlay

Via eselect-repository

eselect repository enable shnups