net-im/simplex-desktop-bin - 6.4.11 (overlay-from-plan9)

Search

Install

Install this version:

emerge -a =net-im/simplex-desktop-bin-6.4.11

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-im/simplex-desktop-bin-6.4.11

Or alternatively:

emerge --autounmask-write -a =net-im/simplex-desktop-bin-6.4.11

Package Information

Description:
Private and secure open-source messenger - no user IDs (not even random numbers)
Homepage:
https://simplex.chat/
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
6.4.11 8 -* amd64 arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3

EAPI=8

inherit desktop unpacker xdg

DESCRIPTION="Private and secure open-source messenger - no user IDs (not even random numbers)"
HOMEPAGE="https://simplex.chat/"

UBUNTU_RELEASE="24.04"

SRC_URI="
	amd64? (
	https://github.com/simplex-chat/simplex-chat/releases/download/v${PV}/${PN%-bin}-ubuntu-${UBUNTU_RELEASE//./_}-x86_64.deb -> ${P}-amd64.deb
	)
	arm64? (
		https://github.com/simplex-chat/simplex-chat/releases/download/v${PV}/${PN%-bin}-ubuntu-${UBUNTU_RELEASE//./_}-aarch64.deb -> ${P}-arm64.deb
	)
"

S="${WORKDIR}"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="-* amd64 arm64"

RESTRICT="mirror"

QA_PREBUILT="*"

src_install() {
	newicon opt/simplex/lib/simplex.png simplex-desktop.png
	rm -f opt/simplex/lib/simplex-simplex.desktop opt/simplex/lib/simplex.png
	domenu "${FILESDIR}/simplex-desktop.desktop"

	insinto /opt
	doins -r opt/simplex

	fperms +x /opt/simplex/bin/simplex
	dosym ../../opt/simplex/bin/simplex /usr/bin/simplex-desktop
}

Inherited Eclasses

xdg

Manifest for 6.4.11

Type File Size Source URLs
DIST simplex-desktop-bin-6.4.11-amd64.deb 307725962 bytes https://github.com/simplex-chat/simplex-chat/releases/download/v6.4.11/simplex-desktop-ubuntu-24_04-x86_64.deb
DIST simplex-desktop-bin-6.4.11-arm64.deb 302677058 bytes https://github.com/simplex-chat/simplex-chat/releases/download/v6.4.11/simplex-desktop-ubuntu-24_04-aarch64.deb