hypr* live ebuilds

This commit is contained in:
TheK0tYaRa 2024-12-17 23:05:25 +02:00
parent 8845f7e6a4
commit 1aa5736e9e
8 changed files with 205 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="Hyprland graphics / resource utilities"
HOMEPAGE="https://github.com/hyprwm/hyprgraphics"
EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git"
LICENSE="BSD3-Clause"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
virtual/pkgconfig
>=dev-build/cmake-3.19.0
x11-libs/pixman
x11-libs/cairo
gui-libs/hyprutils
media-libs/libjpeg-turbo
media-libs/libwebp
media-libs/libjxl
"