1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00
2015-05-03 14:25:06 +02:00
2014-08-02 15:06:58 +02:00
2014-08-02 15:06:58 +02:00
2014-08-02 14:39:28 +02:00
2014-08-03 13:23:18 +02:00

sunny-overlay

Sunny-overlay is my personal Gentoo Portage overlay. Maybe it will be useful to others (we can always dream).

How to use this overlay ?

To use this overlay follow those steps

  • First you need to install layman
# emerge -av app-portage/layman
  • Add sunny-overlay's layman configuration
# cat << EOF > /etc/layman/overlays/sunny-overlay.xml
<?xml version="1.0" ?>             
<repositories version="1.0">
        <repo priority="50" quality="experimental" status="unofficial">
    	    <name>sunny-overlay</name>
    	    <description>My personal Gentoo Portage overlay.</description>
    	    <homepage>https://github.com/dguglielmi/sunny-overlay</homepage>
    	    <owner>
    		    <email>dg@accelance.fr</email>
    	    </owner>
    	    <source type="git">git://github.com/dguglielmi/sunny-overlay.git</source>
        </repo>
</repositories>
EOF
  • Fetch & display a list of all the overlays
# layman -L
  • Finally add sunny-overlay
# layman -a sunny-overlay
Description
Mirror of my Gentoo overlay
Readme GPL-2.0 7.4 MiB
Languages
Roff 57.8%
Shell 41.1%
Meson 1.1%