This commit is contained in:
speedie 2023-03-01 23:02:10 +01:00
parent bd084b8f0a
commit 00b9f74e29

View file

@ -13,23 +13,23 @@
<h2>speedie's Gentoo overlay</h2>
<p>Since I maintain forks of software as well as some of my own, I decided to create a Gentoo overlay so that you can install my dotfiles and software using <code>portage</code>.</p>
<p>As of now, this requires <code>layman</code>. This can be installed using <code>portage</code> as well.</p>
<h2>What is an overlay?</h2>
<h3>What is an overlay?</h3>
<p>An overlay is pretty much a third party Gentoo repository with other ebuilds not normally found in the regular Gentoo repositories. Often it's the only way to install software other than compiling from source yourself.</p>
<h2>What packages does this overlay offer?</h2>
<h3>What packages does this overlay offer?</h3>
<p>See 'Ebuild list' further down this page.</p>
<h2>What distributions can I install this on?</h2>
<h3>What distributions can I install this on?</h3>
<p>Gentoo is the only distro I've tested this on. It might work on other Gentoo based distributions that use the <code>portage</code> package manager but it will NOT work on Arch, Debian or other distros that are not Gentoo based.</p>
<h2>How can I add this overlay?</h2>
<h3>How can I add this overlay?</h3>
<p>Using either eselect-repository or layman. Layman is no longer maintained so I do not recommend you use it.</p>
<p>For layman: <code>layman -o https://speedie.gq/overlay.xml -f -a speedie-overlay</code></p>
<p>For eselect-repository: <code>eselect-repository --add speedie-overlay git https://speedie.gq/overlay.xml</code></p>
<p>For eselect-repository: <code>eselect repository --add speedie-overlay git https://git.speedie.gq/speedie-overlay</code></p>
<p>To sync with layman: <code>layman -s speedie-overlay</code></p>
<p>To sync with eselect-repository: <code>emaint -r speedie-overlay sync</code></p>
<h2>Ebuild list</h2>
<h3>Ebuild list</h3>
<p>See the repository for a full list.</p>
<h2>Where are the ebuilds hosted?</h2>
<h3>Where are the ebuilds hosted?</h3>
<p>The ebuilds are all hosted on <a href="https://git.speedie.gq/speedie-overlay">my cgit instance</a>.</p>
<h2>Support me</h2>
<h3>Support me</h3>
<p>If this overlay was useful, consider donating.</p>
<p>XMR: <code>888ncoFDtpQecZvRgZf5ZCNXSmLVS3st1Yjf4k8SD4Jt4pPUpHkqzKE8UWiKFw9V5W6P946PUpmnS4YGuPkyq997LKQ3HzU</code></p>
</div>