From f5b96ad835d52b2fdc2320265e9a4cae476ec895 Mon Sep 17 00:00:00 2001 From: Proprietary Chrome-chan <50847364+TheEvilSkeleton@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:08:27 +0000 Subject: [PATCH] INSTALL.md: add Gentoo overlay instructions (#141) * Add Gentoo * Change to 'git dev' * Add colon Co-authored-by: miruka * Change formatting Co-authored-by: miruka --- INSTALL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index a5c193be..468c03cb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,6 +8,7 @@ but compiling on Windows and macOS should be possible with the right tools. - [AppImage](#appimage) - [Flatpak](#flatpak) - [Arch Linux](#arch-linux) + - [Gentoo](#gentoo) - [Manual installation](#manual-installation) - [Environment variables](#environment-variables) - [Package manager dependencies](#package-manager-dependencies) @@ -83,6 +84,17 @@ in this example [yay](https://github.com/Jguer/yay) for the release version: yay -S matrix-mirage +#### Gentoo + +Available in the [src_prepare overlay](https://gitlab.com/src_prepare/src_prepare-overlay) +- [releases](https://gitlab.com/src_prepare/src_prepare-overlay/-/tree/master/net-im/mirage) +- [git dev](https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/net-im/mirage/mirage-9999.ebuild) + +Installing Mirage: + +1. [Add the overlay](https://gitlab.com/src_prepare/src_prepare-overlay#adding-the-overlay) +2. [Unmask](https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package) `net-im/mirage` +3. Run `emerge net-im/mirage` ## Manual Installation