diff options
| author | baldr333 <ra@afu.re> | 2025-08-02 21:50:44 -0400 |
|---|---|---|
| committer | baldr333 <ra@afu.re> | 2025-08-02 21:50:44 -0400 |
| commit | 5f34ab84c9fedf55d106ea507310beb791bccc72 (patch) | |
| tree | 309977be82eb2e4ea6337ec8fd00da61dde4f7ac /media-sound/rmpc/rmpc-0.9.0.ebuild | |
| parent | 431771c708c489843b8f8646a7291865edd8c92b (diff) | |
add media-sound/rmpc-0.9.0.ebuild
Diffstat (limited to 'media-sound/rmpc/rmpc-0.9.0.ebuild')
| -rw-r--r-- | media-sound/rmpc/rmpc-0.9.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/media-sound/rmpc/rmpc-0.9.0.ebuild b/media-sound/rmpc/rmpc-0.9.0.ebuild new file mode 100644 index 0000000..f2945d2 --- /dev/null +++ b/media-sound/rmpc/rmpc-0.9.0.ebuild @@ -0,0 +1,33 @@ +# 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 +} |
