18 lines
419 B
Markdown
18 lines
419 B
Markdown
# Gentoo overlay
|
|
|
|
This overlay aims to provide some ebuilds that I need and are not in the
|
|
official repo or in another overlay.
|
|
|
|
If some package is broken, you could open an issue here or send me an email or
|
|
contact me via IRC.
|
|
|
|
## Example of repos.conf
|
|
|
|
```
|
|
[SwordArMor]
|
|
location = /usr/local/overlay/SwordArMor
|
|
sync-type = git
|
|
sync-uri = https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay.git
|
|
auto-sync = yes
|
|
```
|