overlay/README.md
2017-01-30 12:57:15 +01:00

14 lines
345 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://code.gnuardo.com/gerardo/overlay gnuardo
echo 'PORTDIR_OVERLAY="$PWD/gnuardo"' >> /etc/portage/make.conf
```