overlay/README.md
2019-10-11 20:26:19 +02:00

474 B

overlay

Funtoo 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-kit
echo 'PORTDIR_OVERLAY="$PWD/gnuardo-kit"' >> /etc/portage/make.conf
cat > /etc/portage/repos.conf/gnuardo-kit << EOF
[gnuardo-kit]
location = $PWD/gnuardo-kit
auto-sync = yes
priority = 10
EOF