guru/gui-apps/hyprpicker/hyprpicker-0.4.2.ebuild
James McGeehan IV d63798c0b9
gui-apps/hyprpicker: add 0.4.2
Signed-off-by: James McGeehan IV <bivsk@tutanota.com>
2025-02-13 04:11:37 -05:00

32 lines
648 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A wlroots-compatible Wayland color picker that does not suck"
HOMEPAGE="https://github.com/hyprwm/hyprpicker"
SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-libs/wayland
x11-libs/cairo
x11-libs/libxkbcommon
x11-libs/pango
>=dev-util/hyprwayland-scanner-0.4.2
>=gui-libs/hyprutils-0.2.0
"
BDEPEND="
${RDEPEND}
dev-libs/wayland-protocols
dev-util/wayland-scanner
media-libs/libglvnd
media-libs/libjpeg-turbo
"