blob: def7a9948601287d32ff1b18d183f1d96e9d2366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
}
|