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-11-23 12:11:35 +01:00

39 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<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>
<h3>📦What packages does this overlay offer?</h3>
<p>See 'Ebuild list' further down this page.</p>
<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>
<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>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>
<h3>🔨Ebuild list</h3>
<p>See the repository for a full list.</p>
<h3>💰Support me</h3>
<p>If this overlay was useful, consider donating.</p>
<p>XMR: <code>43yssh8scu2PxtnrumQEjJ4zcqc2ND87zWipRUb9mkufAb6Zn1mcP8f7zAkopNSdymHWMkEU43nJSgiBVQvW5Y8zEdSqa3W</code></p>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>