mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
gui-apps/hyprsunset: add 0.1.0
Signed-off-by: Michal Vu <saigon-tech@tuta.io>
This commit is contained in:
1
gui-apps/hyprsunset/Manifest
Normal file
1
gui-apps/hyprsunset/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1 SHA512 24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db
|
||||
26
gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
Normal file
26
gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user