Create a new config file under /etc/portage/repos.conf/expeditioneer.conf
with the following contents:
[expeditioneer]
auto-sync = yes
location = /var/db/repos/expeditioneer
sync-type = git
sync-uri = https://github.com/expeditioneer/gentoo-overlay.git
You may adapt the location
attribute to your system's own setup.
If you find a bug in an ebuild, encounter a build error or would like me to add a new ebuild, please open an issue on GitHub.
I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset pkgcheck
. Run the following command and fix warnings and errors:
pkgcheck scan
Thanks go to Jakub Jirutka, the maintainer of the CVUT Overlay, from whom I shamelessly copied this README.md for a start.