mail-client/meru-bin - 3.44.4 (edgets)

Search

Install

Install this version:

emerge -a =mail-client/meru-bin-3.44.4

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

autounmask =mail-client/meru-bin-3.44.4

Or alternatively:

emerge --autounmask-write -a =mail-client/meru-bin-3.44.4

Package Information

Description:
Desktop app for Gmail — the Gmail experience you deserve
Homepage:
https://meru.so https://github.com/zoidsh/meru
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
3.44.4 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

MY_PN="${PN/-bin/}"

DESCRIPTION="Desktop app for Gmail — the Gmail experience you deserve"
HOMEPAGE="
	https://meru.so
	https://github.com/zoidsh/meru
"
SRC_URI="https://github.com/zoidsh/meru/releases/download/v${PV}/${MY_PN}_${PV}_amd64.deb -> ${P}.deb"
S="${WORKDIR}"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="appindicator libnotify"
RESTRICT="bindist mirror strip"

RDEPEND="
	app-accessibility/at-spi2-core
	app-crypt/libsecret
	dev-libs/nss
	sys-apps/util-linux
	x11-libs/gtk+:3
	x11-libs/libXScrnSaver
	x11-libs/libXtst
	x11-misc/xdg-utils
	appindicator? ( dev-libs/libayatana-appindicator )
	libnotify? ( x11-libs/libnotify )
"

QA_PREBUILT="*"

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

	# Remove upstream doc directory, let portage handle it
	rm -r "${ED}/usr/share/doc/${MY_PN}" || die "rm failed"

	dosym -r "/opt/Meru/${MY_PN}" "/usr/bin/${MY_PN}"
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

RDEPEND

	app-accessibility/at-spi2-core
	app-crypt/libsecret
	dev-libs/nss
	sys-apps/util-linux
	x11-libs/gtk+:3
	x11-libs/libXScrnSaver
	x11-libs/libXtst
	x11-misc/xdg-utils
	appindicator? ( dev-libs/libayatana-appindicator )
	libnotify? ( x11-libs/libnotify )

Manifest for 3.44.4

Type File Size Source URLs
DIST meru-bin-3.44.4.deb 85224150 bytes https://github.com/zoidsh/meru/releases/download/v3.44.4/meru_3.44.4_amd64.deb