# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Partially autogenerated by pycargoebuild 0.15.2 EAPI=8 RUST_MIN_VER="1.88.0" inherit cargo git-r3 DESCRIPTION="Annotate and upload screenshots taken with the built-in niri screenshotter" HOMEPAGE="https://codeberg.org/whenthesilly/niri-screenshot-tools" EGIT_REPO_URI="https://codeberg.org/whenthesilly/niri-screenshot-tools" RDEPEND=" gui-wm/niri " LICENSE="GPL-3" # Dependent crate licenses LICENSE+=" Apache-2.0 BSD-2 BSD CDLA-Permissive-2.0 GPL-3+ ISC MIT Unicode-3.0 ZLIB " SLOT="0" PROPERTIES="live" src_unpack() { git-r3_src_unpack cargo_live_src_unpack }