guru/gui-apps/hyprsunset/hyprsunset-0.1.0-r1.ebuild
Johannes Huber 89d18710eb
gui-apps/hyprsunset: update HOMEPAGE
Signed-off-by: Johannes Huber <johu@gmx.de>
2025-04-04 23:28:40 +02:00

32 lines
662 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="An application to enable a blue-light filter on Hyprland"
HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset"
SRC_URI="https://github.com/hyprwm/hyprsunset/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
gui-wm/hyprland:=
dev-libs/wayland
>=gui-libs/hyprutils-0.2.3:=
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
>=dev-libs/hyprland-protocols-0.4.0
>=dev-util/hyprwayland-scanner-0.4.0
dev-util/wayland-scanner
"
BDEPEND="
virtual/pkgconfig
"