Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shnups/gentoo-overlay
Gentoo Overlay for my personal use
https://github.com/shnups/gentoo-overlay
ebuild-repository gentoo gentoo-overlay portage-overlay
Last synced: 6 days ago
JSON representation
Gentoo Overlay for my personal use
- Host: GitHub
- URL: https://github.com/shnups/gentoo-overlay
- Owner: shnups
- Created: 2019-11-10T17:43:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T14:57:34.000Z (about 1 year ago)
- Last Synced: 2023-10-17T19:22:47.966Z (about 1 year ago)
- Topics: ebuild-repository, gentoo, gentoo-overlay, portage-overlay
- Language: Shell
- Homepage:
- Size: 4.07 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`:
``` ini
[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](https://packages.gentoo.org/packages/app-eselect/eselect-repository)
```
eselect repository enable shnups
```