Skip to content
slashbeast edited this page Sep 13, 2010 · 4 revisions

Welcome to the foo-overlay wiki!

Update: If you are layman user, you can add overlay just by
layman -a foo-overlay
Thanks to Gentoo Overlays team.

Install foo-overlay
mkdir -p /root/repositories
cd /root/repositories
git clone git://github.com/slashbeast/foo-overlay.git

and add to make.conf to END of file, AFTER layman config, if you also using layman.

PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /root/repositories/foo-overlay"

SYNC
cd /root/repositories/foo-overlay
git pull

Clone this wiki locally