overlay/README.md
2019-02-07 15:19:24 +01:00

14 lines
352 B
Markdown

# overlay
## Funtoo and Gentoo overlay repository
### Contents
* Fresh ebuilds waiting for addition to the official portage tree.
* Packages that don't fit to the official portage tree.
### Manual installation:
```
git clone https://office.gnuardo.com/code/gerardo/overlay gnuardo
echo 'PORTDIR_OVERLAY="$PWD/gnuardo"' >> /etc/portage/make.conf
```