Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bor/gentoo-overlay

some ebuilds for Gentoo
https://github.com/bor/gentoo-overlay

Last synced: 11 days ago
JSON representation

some ebuilds for Gentoo

Awesome Lists containing this project

README

        

Here you can find some ebuilds for Gentoo Linux.

## USAGE

For `>=sys-apps/portage-2.2.16` users is possible to add a custom repository.
For example:
```
$ cat > /etc/portage/repos.conf/bor.conf
[bor]
priority = 51
location = /usr/local/portage
sync-type = git
sync-uri = ssh://[email protected]:bor/gentoo-overlay.git
Ctrl-D
```

See (https://wiki.gentoo.org/wiki/Project:Portage/Sync) for detailed instructions.