mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
16 lines
459 B
BlitzBasic
16 lines
459 B
BlitzBasic
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 tomlplusplus"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "818d8c4b69e0997483d60b75f701fe14b561a7a3"
|
|
PV = "0.1.6"
|
|
|
|
inherit cmake pkgconfig
|