Files
guru/gui-apps/hyprshot/hyprshot-1.3.0-r1.ebuild
Filip Kobierski 2d2cfb2862 gui-apps/hyprshot: escape dollar sign in optfeature messages
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-04-05 13:07:13 +02:00

35 lines
741 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature
DESCRIPTION="Utility to easily take screenshots in Hyprland using your mouse"
HOMEPAGE="https://github.com/Gustash/Hyprshot/"
SRC_URI="https://github.com/Gustash/Hyprshot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/Hyprshot-${PV}
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-misc/jq
gui-apps/grim
gui-apps/slurp
gui-apps/wl-clipboard
gui-wm/hyprland
x11-libs/libnotify
"
src_install() {
dobin hyprshot
einstalldocs
}
pkg_postinst() {
optfeature "Screen freezing with --freeze" gui-apps/hyprpicker
optfeature "\$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs
}