meta-wayland/recipes-support/hyprland/hyprlang_git.bb

17 lines
539 B
BlitzBasic
Raw Normal View History

2024-01-04 06:31:40 +01:00
SUMMARY = "The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications."
HOMEPAGE = "https:/github.com/hyprwm/hyprlang"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
2024-01-04 06:31:40 +01:00
S = "${WORKDIR}/git"
SRCREV = "4c28464a7d7af69b8da2fbbf4ec0b5ef4e960054"
2024-01-04 06:31:40 +01:00
PV = "0.2.1"
inherit cmake
FILES:${PN} += "${libdir} ${datadir}"
FILES:${PN}-dev = "${includedir}"