mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-02 23:25:56 +02:00
16 lines
387 B
BlitzBasic
16 lines
387 B
BlitzBasic
SUMMARY = "Hyprland c++ utils"
|
|
HOMEPAGE = "https:/github.com/hyprwm/hyputils"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
|
|
|
DEPENDS = "pixman"
|
|
|
|
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "dd1f720cbc2dbb3c71167c9598045dd3261d27b3"
|
|
PV = "0.5.2"
|
|
|
|
inherit cmake pkgconfig
|