diff --git a/gui-apps/hyprsunset/Manifest b/gui-apps/hyprsunset/Manifest new file mode 100644 index 0000000000..82488ff286 --- /dev/null +++ b/gui-apps/hyprsunset/Manifest @@ -0,0 +1 @@ +DIST hyprsunset-0.1.0.tar.gz 8571 BLAKE2B 1b2126499ff5d1be188526c1466b375bb48990866802cad451f0547fd721f28b6de89b1a42d887dc9626cc9a34091c293009d8006146add3caff942f81fd93e1 SHA512 24badcc80caad710797424af388a34ce1fb4eff3a248af616a303d13e9f4e6cc1d202630e8c1441abfb78f238c406180f69837acd3996094fbc092a9b65e51db diff --git a/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild new file mode 100644 index 0000000000..fd59f4e759 --- /dev/null +++ b/gui-apps/hyprsunset/hyprsunset-0.1.0.ebuild @@ -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 +"