From 8f0793f50b40a37921b22a5d810f31ea5fa4e7a4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 11 Mar 2024 10:44:17 +0100 Subject: [PATCH] hyprcursor: add recipe --- recipes-support/hyprland/hyprcursor_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-support/hyprland/hyprcursor_git.bb diff --git a/recipes-support/hyprland/hyprcursor_git.bb b/recipes-support/hyprland/hyprcursor_git.bb new file mode 100644 index 0000000..b381760 --- /dev/null +++ b/recipes-support/hyprland/hyprcursor_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "The hyprland cursor format, library and utilities." +HOMEPAGE = "https://github.com/hyprwm/hyprcursor" +LICENSE = "BSD-3-Clause" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" + +SRC_URI = "git://github.com/hyprwm/hyprcursor.git;protocol=https;branch=main" + +DEPENDS = "cairo librsvg libzip hyprlang" + +S = "${WORKDIR}/git" +SRCREV = "c4ec5542807405a6642e51f2959b94d895672a4f" +PV = "0.1.2" + +inherit cmake pkgconfig