Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numberly/gentoo-overlay
https://github.com/numberly/gentoo-overlay
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/numberly/gentoo-overlay
- Owner: numberly
- License: mit
- Created: 2020-06-30T16:37:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T09:50:49.000Z (almost 4 years ago)
- Last Synced: 2024-04-21T09:31:43.262Z (7 months ago)
- Language: Shell
- Size: 35.2 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/numberly/gentoo-overlay.git /path/to/local/clone/numberly-overlay
```
### Create `/etc/portage/repos.conf/numberly.conf`:
``` ini
[numberly]
priority = 50
location = /path/to/local/clone/numberly-overlay
sync-type = git
sync-uri = https://github.com/numberly/gentoo-overlay.git
```
### Enable overlay
Via [eselect-repository](https://packages.gentoo.org/packages/app-eselect/eselect-repository)
```
eselect repository enable numberly
```