gui-apps/hyprsunset: add 0.1.0

Signed-off-by: Michal Vu <saigon-tech@tuta.io>
This commit is contained in:
Michal Vu
2024-11-18 14:32:51 +01:00
parent 9ea5a244d2
commit 7e83779186
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1 SHA512 24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db

View File

@@ -0,0 +1,26 @@
# Copyright 2024 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://github.com/hyprwm/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
>=dev-libs/hyprland-protocols-0.4.0
"
DEPEND="
${RDEPEND}
dev-util/wayland-scanner
>=gui-libs/hyprutils-0.2.3
>=dev-util/hyprwayland-scanner-0.4.0
virtual/pkgconfig
"