Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrduartept/mrduarte-ebuilds
My Gentoo Ebuilds
https://github.com/mrduartept/mrduarte-ebuilds
gentoo-linux gentoo-overlay gentoo-portage-overlay
Last synced: 2 months ago
JSON representation
My Gentoo Ebuilds
- Host: GitHub
- URL: https://github.com/mrduartept/mrduarte-ebuilds
- Owner: MrDuartePT
- License: gpl-2.0
- Created: 2023-04-25T15:05:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T22:34:55.000Z (5 months ago)
- Last Synced: 2024-07-17T02:44:39.335Z (5 months ago)
- Topics: gentoo-linux, gentoo-overlay, gentoo-portage-overlay
- Language: Shell
- Homepage:
- Size: 1.36 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Gentoo Linux Portage overlay for
**[LenovoLegionLinux](https://github.com/johnfanv2/LenovoLegionLinux.git), [legion-linux-utils](https://github.com/Petingoso/legion-fan-utils-linux)**Maintainer: MrDuartePT / Petingoso / johnfanv2
# Usage
-----
* The easiest way to add this overlay to any gentoo linux install is using eselect repository
```
# emerge eselect-repository dev-vcs/git
```
```
# eselect repository add mrduarte-ebuilds git https://github.com/MrDuartePT/mrduarte-ebuilds.git
```* Manually:
``` bash
/etc/portage/repos.conf/mrduarte-ebuilds-overlay.conf
-----
[mrduarte-ebuilds]
location = /var/db/repos/mrduarte-ebuilds
sync-type = git
sync-uri = https://github.com/MrDuartePT/mrduarte-ebuilds.git
priority = 50
auto-sync = Yes
```