mail-client/mailspring-bin - 1.20.0 (edgets)

Search

Install

Install this version:

emerge -a =mail-client/mailspring-bin-1.20.0

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

autounmask =mail-client/mailspring-bin-1.20.0

Or alternatively:

emerge --autounmask-write -a =mail-client/mailspring-bin-1.20.0

Package Information

Description:
The best email app for people and teams at work
Homepage:
https://getmailspring.com
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit unpacker xdg

DESCRIPTION="The best email app for people and teams at work"
HOMEPAGE="https://getmailspring.com"
SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/mailspring-${PV}-amd64.deb -> ${P}.deb"
S="${WORKDIR}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="doc libnotify wayland"
RESTRICT="bindist mirror"

RDEPEND="
	app-crypt/libsecret
	dev-libs/libgcrypt
	dev-libs/nss
	gnome-base/gnome-keyring
	sys-libs/db
	virtual/libudev
	x11-libs/gtk+:3
	x11-libs/libXtst
	x11-misc/xdg-utils
	libnotify? ( x11-libs/libnotify )
	wayland? ( dev-libs/wayland )
	|| (
		dev-libs/glib:2
		gnome-base/gvfs
	)
"

QA_PREBUILT="*"

src_install() {
	cp -a . "${ED}" || die "cp failed"

	rm -r "${ED}/usr/share/doc/mailspring" || die "rm failed"

	if use doc; then
		dodoc -r "usr/share/doc/mailspring/"*
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p mail-client/mailspring-bin | euse -E <flag> -p mail-client/mailspring-bin | euse -D <flag> -p mail-client/mailspring-bin

Global/Standard Flags

doc

Inherited Eclasses

xdg

Dependencies

RDEPEND

	app-crypt/libsecret
	dev-libs/libgcrypt
	dev-libs/nss
	gnome-base/gnome-keyring
	sys-libs/db
	virtual/libudev
	x11-libs/gtk+:3
	x11-libs/libXtst
	x11-misc/xdg-utils
	libnotify? ( x11-libs/libnotify )
	wayland? ( dev-libs/wayland )
	|| (
		dev-libs/glib:2
		gnome-base/gvfs
	)

Manifest for 1.20.0

Type File Size Source URLs
DIST mailspring-bin-1.20.0.deb 140514486 bytes https://github.com/Foundry376/Mailspring/releases/download/1.20.0/mailspring-1.20.0-amd64.deb