16 lines
387 B
BlitzBasic
Raw Normal View History

2024-06-09 07:25:35 +02:00
SUMMARY = "Hyprland c++ utils"
HOMEPAGE = "https:/github.com/hyprwm/hyputils"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
2024-06-19 08:04:31 +02:00
DEPENDS = "pixman"
2024-06-09 07:25:35 +02:00
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
2025-01-19 17:09:02 +01:00
SRCREV = "72dfbf52967e4040693164319a027d8ac6315887"
2025-01-07 14:25:17 +01:00
PV = "0.3.3"
2024-06-09 07:25:35 +02:00
2024-06-19 08:04:31 +02:00
inherit cmake pkgconfig