aboutsummaryrefslogtreecommitdiff
path: root/gui-apps
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/niri-screenshot-tools/niri-screenshot-tools-9999.ebuild32
1 files changed, 32 insertions, 0 deletions
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
+}