This is my personal Gentoo overlay. Some of these packages are experimental and/or potentially unstable, however I do try to keep them relatively useable for public consumption.
This repository can be added manually or by using eselect-repository or layman.
# eselect repository add concord git https://github.com/0xC0ncord/concord-overlay.git
# layman -o https://raw.githubusercontent.com/0xC0ncord/concord-overlay/master/repositories.xml -f -a concord
- Clone this repository somewhere.
$ git clone https://github.com/0xC0ncord/concord-overlay.git
- Create a new file called
concord.conf
in/etc/portage/repos.conf
with the following content:
[concord]
location = /path/to/cloned/repository
- Install the package(s) using Portage.
- To update the overlay just run
git pull
in the cloned repository.
You can report any ebuild issues or feature requests in the issue tracker.