Files
guru/gui-apps/niri-sidebar/niri-sidebar-0.3.1.ebuild
Ceres 30db1f6872 gui-apps/niri-sidebar: add QA_FLAGS_IGNORED
trivial chgange to appease tinderbox

Closes: https://bugs.gentoo.org/975188
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-05-18 16:56:31 +01:00

25 lines
589 B
Bash

EAPI=8
CRATES=" "
inherit cargo
DESCRIPTION="A lightweight, external sidebar manager for the Niri window manager. "
HOMEPAGE="https://github.com/Vigintillionn/niri-sidebar"
SRC_URI="
https://github.com/Vigintillionn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.xz
https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz
"
RUST_MIN_VER="1.87.0"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" GPL-3+ MIT MPL-2.0 Unicode-3.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64"
ECARGO_VENDOR="${WORKDIR}/vendor"
QA_FLAGS_IGNORED="/usr/bin/${PN}"