Install this version:
emerge -a =media-sound/rmpc-0.9.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/rmpc-0.9.0
Or alternatively:
emerge --autounmask-write -a =media-sound/rmpc-0.9.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.0
EAPI=8
RUST_MIN_VER="1.85.0"
inherit cargo
DESCRIPTION="A beautiful and configurable TUI client for MPD"
HOMEPAGE="https://mierak.github.io/rmpc/"
SRC_URI="
https://github.com/mierak/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/kuprTheMan/contribute-deps/releases/download/${P}/${P}-crates.tar.xz
"
LICENSE="BSD"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 ISC
LGPL-3+ MIT UoI-NCSA Unicode-3.0 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( README.md CHANGELOG.md )
src_install() {
cargo_src_install
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rmpc-0.9.0-crates.tar.xz | 26119912 bytes | https://github.com/kuprTheMan/contribute-deps/releases/download/rmpc-0.9.0/rmpc-0.9.0-crates.tar.xz |
| DIST | rmpc-0.9.0.tar.gz | 26646056 bytes | https://github.com/mierak/rmpc/archive/refs/tags/v0.9.0.tar.gz |