13 lines
342 B
Markdown
13 lines
342 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
|
|
|