commit: ac7769829ee5e721cc6f12527da2581287e45165 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com> AuthorDate: Thu Oct 5 18:57:57 2023 +0000 Commit: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com> CommitDate: Thu Oct 5 19:00:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac776982
gui-apps/grimshot: new package, add 9999 Signed-off-by: Mykyta Holubakha <hilobakho <AT> gmail.com> gui-apps/grimshot/grimshot-9999.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild new file mode 100644 index 0000000000..1b3dccaed3 --- /dev/null +++ b/gui-apps/grimshot/grimshot-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="A helper for screenshots within sway" +HOMEPAGE="https://github.com/OctopusET/sway-contrib" + +EGIT_REPO_URI="https://github.com/OctopusET/sway-contrib.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" + +IUSE="libnotify" + +RDEPEND=" + app-misc/jq + gui-apps/grim + gui-apps/slurm + gui-apps/wl-clipboard + gui-wm/sway + libnotify? ( x11-libs/libnotify ) +" + +src_install() { + dobin grimshot + doman grimshot.1 +}
