From 136f8223b50349f12dd6e11c76884a513d036990 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sat, 4 Jul 2026 13:03:23 +0100 Subject: add niri-screenshot-tools live ebuild --- .../niri-screenshot-tools-9999.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild (limited to 'gui-apps') diff --git a/gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild b/gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild new file mode 100644 index 0000000..def7a99 --- /dev/null +++ b/gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild @@ -0,0 +1,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 +} -- cgit v1.3