dguglielmi / sunny-overlay

My personal Gentoo Portage overlay.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sunny-overlay

Sunny-overlay is my personal Gentoo Portage overlay.

How to use this overlay ?

You can use this overlay with portage plug-in sync system (see: https://wiki.gentoo.org/wiki/Project:Portage/Sync)

New portage plug-in sync system (>=sys-apps/portage-2.2.16)

  • Add "sunny-overlay" configuration
# cat << EOF > /etc/portage/repos.conf/sunny-overlay.conf
[sunny-overlay]
location = /var/db/repos/sunny-overlay
sync-type = git
sync-uri = https://github.com/dguglielmi/sunny-overlay.git
auto-sync = yes
masters = gentoo
EOF

OR via eselect-repository

# emerge app-eselect/eselect-repository
# eselect repository add sunny-overlay git https://github.com/dguglielmi/sunny-overlay.git
  • Retrieve sunny overlay
# emaint sync -r sunny-overlay

About

My personal Gentoo Portage overlay.

License:GNU General Public License v2.0


Languages

Language:Roff 63.5%Language:Shell 36.5%