Files
guru/gui-apps/hyprshot/hyprshot-1.2.3.ebuild
Takuya Wakazono 5270af8426 gui-apps/hyprshot: fix invalid metadata
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-09-09 21:51:11 +09:00

33 lines
643 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Hyprshot is a utility to easily take screenshot 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"
IUSE="+xdg"
RDEPEND="
app-misc/jq
app-shells/bash
gui-apps/grim
gui-apps/slurp
gui-apps/wl-clipboard
gui-wm/hyprland
x11-libs/libnotify
xdg? ( x11-misc/xdg-user-dirs )
"
src_install() {
dobin hyprshot
einstalldocs
}