This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/projects/overlay.php
2022-12-17 14:47:00 +01:00

41 lines
2.6 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>speedie's website</title>
<meta charset="UTF-8">
<meta name="description" content="Add my Gentoo Linux overlay.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<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>
<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>
<p>See 'Ebuild list' further down this page.</p>
<h2>What distributions can I install this on?</h2>
<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>
<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>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>
<p>See the repository for a full list.</p>
<h2>Where are the ebuilds hosted?</h2>
<p>The ebuilds are all hosted on <a href="https://codeberg.org/speedie/speedie-overlay">my Codeberg repository</a>.</p>
<h2>Support me</h2>
<p>If this overlay was useful, consider donating.</p>
<p>XMR: <code>888ncoFDtpQecZvRgZf5ZCNXSmLVS3st1Yjf4k8SD4Jt4pPUpHkqzKE8UWiKFw9V5W6P946PUpmnS4YGuPkyq997LKQ3HzU</code></p>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>