media-sound/mprisence - 1.5.1 (gogooverlay)

Search

Install

Install this version:

emerge -a =media-sound/mprisence-1.5.1

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

autounmask =media-sound/mprisence-1.5.1

Or alternatively:

emerge --autounmask-write -a =media-sound/mprisence-1.5.1

Package Information

Description:
A powerful Discord Rich Presence for MPRIS media players
Homepage:
https://github.com/lazykern/mprisence
License:
MIT 0BSD Apache-2.0 BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 Unlicense ZLIB

Ebuild Details

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

# Autogenerated by pycargoebuild 0.15.1

EAPI=8

CRATES=""
RUST_MIN_VER="1.89"

inherit cargo

DESCRIPTION="A powerful Discord Rich Presence for MPRIS media players"
HOMEPAGE="https://github.com/lazykern/mprisence"
SRC_URI="
	https://github.com/lazykern/mprisence/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://gentoo.gogootaku.com/${P}-crates.tar.xz
"

LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
	0BSD Apache-2.0 BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT
	MPL-2.0 Unicode-3.0 Unlicense ZLIB
"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	cargo_src_install

	insinto "usr/share/mprisence"
	doins -r "${S}/config"
}

Inherited Eclasses

Manifest for 1.5.1

Type File Size Source URLs
DIST mprisence-1.5.1-crates.tar.xz 28917052 bytes https://gentoo.gogootaku.com/mprisence-1.5.1-crates.tar.xz
DIST mprisence-1.5.1.tar.gz 743600 bytes https://github.com/lazykern/mprisence/archive/refs/tags/v1.5.1.tar.gz