Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```