Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bsedin/gentoo-repo

My gentoo ebuilds
https://github.com/bsedin/gentoo-repo

ebuild-repository ebuilds gentoo gentoo-overlay repository

Last synced: 18 days ago
JSON representation

My gentoo ebuilds

Awesome Lists containing this project

README

        

# How to use this gentoo repository

[Local overlays](https://wiki.gentoo.org/wiki/Overlay/Local_overlay) should be managed via `/etc/portage/repos.conf/`.
To enable this overlay create a `/etc/portage/repos.conf/kressh.conf` file:

```
[kressh]
location = /var/db/repos/kressh
sync-type = git
sync-uri = https://github.com/kressh/gentoo-repo.git
```

Afterwards, simply run `emerge --sync kressh`, and Portage should seamlessly make all our ebuilds available.