Files
guru/gui-apps/hyprshot/hyprshot-9999.ebuild
Misha Zavertkin a0dba1eec2 gui-apps/hyprshot: new package
Signed-off-by: Misha Zavertkin <misha.zavertkin@mail.ru>
Closes: https://github.com/gentoo/guru/pull/198
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-07-03 18:16:25 +02:00

33 lines
676 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 optfeature
DESCRIPTION="Hyprshot is an utility to easily take screenshot in Hyprland using your mouse"
HOMEPAGE="https://github.com/Gustash/Hyprshot/"
EGIT_REPO_URI="https://github.com/Gustash/Hyprshot.git/"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
app-misc/jq
app-shells/bash
gui-apps/grim
gui-apps/slurp
gui-apps/wl-clipboard
gui-wm/hyprland
x11-libs/libnotify
"
src_install() {
dobin hyprshot
einstalldocs
}
pkg_postinst() {
optfeature "--freeze option support" gui-apps/hyprpicker
optfeature "XDG user dir support" x11-misc/xdg-user-dirs
}