2024-03-11 10:44:17 +01:00
|
|
|
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"
|
|
|
|
|
2024-04-07 20:00:32 +02:00
|
|
|
DEPENDS = "cairo librsvg libzip hyprlang tomlplusplus"
|
2024-03-11 10:44:17 +01:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-04-10 15:53:43 +02:00
|
|
|
SRCREV = "6742e9d3e2d2e155f8222ae654f03fd1faa1314e"
|
|
|
|
PV = "0.1.7"
|
2024-03-11 10:44:17 +01:00
|
|
|
|
|
|
|
inherit cmake pkgconfig
|